summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximpshow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/ximpshow.cxx')
-rw-r--r--xmloff/source/draw/ximpshow.cxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/xmloff/source/draw/ximpshow.cxx b/xmloff/source/draw/ximpshow.cxx
index baa9eb058231..0b5efd5a7b0b 100644
--- a/xmloff/source/draw/ximpshow.cxx
+++ b/xmloff/source/draw/ximpshow.cxx
@@ -54,17 +54,12 @@ public:
Reference< XPropertySet > mxPresProps;
Reference< XNameAccess > mxPages;
OUString maCustomShowName;
- SdXMLImport& mrImport;
-
- explicit ShowsImpImpl( SdXMLImport& rImport )
- : mrImport( rImport )
- {}
};
SdXMLShowsContext::SdXMLShowsContext( SdXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, const Reference< XAttributeList >& xAttrList )
: SvXMLImportContext(rImport, nPrfx, rLocalName),
- mpImpl(new ShowsImpImpl( rImport ) )
+ mpImpl(new ShowsImpImpl )
{
Reference< XCustomPresentationSupplier > xShowsSupplier( rImport.GetModel(), UNO_QUERY );