summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/XMLImageMapContext.cxx
diff options
context:
space:
mode:
authorOliver Specht <oliver.specht@cib.de>2015-11-07 14:43:19 +0100
committerOliver Specht <oliver.specht@cib.de>2015-11-11 10:49:30 +0000
commitfa91dd31f39a24329d288d4e1cda28db3a16af0d (patch)
tree603d7c206ac0ec1f1a08cc9f3bf8835bd8d2fb2f /xmloff/source/draw/XMLImageMapContext.cxx
parentc21ddcdb30b8dd7be56176e00bc2d4780cb342e1 (diff)
5th step to remove tools/rtti.hxx
tools/rtti.hxx removed completed the interface of some Sdr.* Items and removed pseudo items Change-Id: I0cdcd01494be35b97a27d5985aa908affa96048a Reviewed-on: https://gerrit.libreoffice.org/19837 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
Diffstat (limited to 'xmloff/source/draw/XMLImageMapContext.cxx')
-rw-r--r--xmloff/source/draw/XMLImageMapContext.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/xmloff/source/draw/XMLImageMapContext.cxx b/xmloff/source/draw/XMLImageMapContext.cxx
index 24daf511706d..2a4dc6d43da6 100644
--- a/xmloff/source/draw/XMLImageMapContext.cxx
+++ b/xmloff/source/draw/XMLImageMapContext.cxx
@@ -125,7 +125,6 @@ protected:
bool bValid;
public:
- TYPEINFO_OVERRIDE();
XMLImageMapObjectContext(
SvXMLImport& rImport,
@@ -159,7 +158,6 @@ protected:
};
-TYPEINIT1( XMLImageMapObjectContext, SvXMLImportContext );
XMLImageMapObjectContext::XMLImageMapObjectContext(
SvXMLImport& rImport,
@@ -319,7 +317,6 @@ class XMLImageMapRectangleContext : public XMLImageMapObjectContext
bool bHeightOK;
public:
- TYPEINFO_OVERRIDE();
XMLImageMapRectangleContext(
SvXMLImport& rImport,
@@ -342,7 +339,6 @@ protected:
-TYPEINIT1(XMLImageMapRectangleContext, XMLImageMapObjectContext);
XMLImageMapRectangleContext::XMLImageMapRectangleContext(
SvXMLImport& rImport,
@@ -429,7 +425,6 @@ class XMLImageMapPolygonContext : public XMLImageMapObjectContext
bool bPointsOK;
public:
- TYPEINFO_OVERRIDE();
XMLImageMapPolygonContext(
SvXMLImport& rImport,
@@ -452,7 +447,6 @@ protected:
-TYPEINIT1(XMLImageMapPolygonContext, XMLImageMapObjectContext);
XMLImageMapPolygonContext::XMLImageMapPolygonContext(
SvXMLImport& rImport,
@@ -527,7 +521,6 @@ class XMLImageMapCircleContext : public XMLImageMapObjectContext
bool bRadiusOK;
public:
- TYPEINFO_OVERRIDE();
XMLImageMapCircleContext(
SvXMLImport& rImport,
@@ -548,7 +541,6 @@ protected:
::com::sun::star::beans::XPropertySet> & rPropertySet) override;
};
-TYPEINIT1(XMLImageMapCircleContext, XMLImageMapObjectContext);
XMLImageMapCircleContext::XMLImageMapCircleContext(
SvXMLImport& rImport,
@@ -631,7 +623,6 @@ void XMLImageMapCircleContext::Prepare(
-TYPEINIT1(XMLImageMapContext, SvXMLImportContext);
XMLImageMapContext::XMLImageMapContext(
SvXMLImport& rImport,