summaryrefslogtreecommitdiff
path: root/include/xmloff/shapeimport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/shapeimport.hxx')
-rw-r--r--include/xmloff/shapeimport.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/xmloff/shapeimport.hxx b/include/xmloff/shapeimport.hxx
index c8dff3c350fe..9ced9eb2c293 100644
--- a/include/xmloff/shapeimport.hxx
+++ b/include/xmloff/shapeimport.hxx
@@ -254,7 +254,6 @@ public:
SvXMLShapeContext( SvXMLImport& rImp, sal_uInt16 nPrfx,
const OUString& rLName, bool bTemporaryShape ) : SvXMLImportContext( rImp, nPrfx, rLName ), mbTemporaryShape(bTemporaryShape) {}
- TYPEINFO_OVERRIDE();
const css::uno::Reference< css::drawing::XShape >& getShape() const { return mxShape; }