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