Kaydet (Commit) b488c7ee authored tarafından Noel Grandin's avatar Noel Grandin

remove custom RTTI from ImageMap

unused

Change-Id: I74a26815a5e11fd68094e70adc5ffc3bd4c83d73
üst 24c7375c
...@@ -65,8 +65,6 @@ protected: ...@@ -65,8 +65,6 @@ protected:
public: public:
TYPEINFO();
ImageMap() {}; ImageMap() {};
ImageMap( const OUString& rName ); ImageMap( const OUString& rName );
ImageMap( const ImageMap& rImageMap ); ImageMap( const ImageMap& rImageMap );
......
...@@ -37,8 +37,6 @@ ...@@ -37,8 +37,6 @@
#define NOTEOL(c) ((c)!='\0') #define NOTEOL(c) ((c)!='\0')
TYPEINIT0_AUTOFACTORY( ImageMap );
void IMapObject::AppendCERNCoords(OStringBuffer& rBuf, const Point& rPoint100) void IMapObject::AppendCERNCoords(OStringBuffer& rBuf, const Point& rPoint100)
{ {
const Point aPixPt( Application::GetDefaultDevice()->LogicToPixel( rPoint100, MapMode( MAP_100TH_MM ) ) ); const Point aPixPt( Application::GetDefaultDevice()->LogicToPixel( rPoint100, MapMode( MAP_100TH_MM ) ) );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment