diff options
author | Noel Grandin <noel@peralex.com> | 2015-06-26 12:39:41 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-06-29 10:05:35 +0200 |
commit | b488c7eeac1a0deba393c3d7b68f3da5a89857de (patch) | |
tree | 0906e8de091c67400d2d28f71769bd4c1cb8ed60 /svtools | |
parent | 24c7375c335c93251c53d9cfa76974d16f803097 (diff) |
remove custom RTTI from ImageMap
unused
Change-Id: I74a26815a5e11fd68094e70adc5ffc3bd4c83d73
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/misc/imap2.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svtools/source/misc/imap2.cxx b/svtools/source/misc/imap2.cxx index 0ac0804d5675..b88cd658763f 100644 --- a/svtools/source/misc/imap2.cxx +++ b/svtools/source/misc/imap2.cxx @@ -37,8 +37,6 @@ #define NOTEOL(c) ((c)!='\0') -TYPEINIT0_AUTOFACTORY( ImageMap ); - void IMapObject::AppendCERNCoords(OStringBuffer& rBuf, const Point& rPoint100) { const Point aPixPt( Application::GetDefaultDevice()->LogicToPixel( rPoint100, MapMode( MAP_100TH_MM ) ) ); |