summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximppage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/ximppage.hxx')
-rw-r--r--xmloff/source/draw/ximppage.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/xmloff/source/draw/ximppage.hxx b/xmloff/source/draw/ximppage.hxx
index 5303458dd112..0073e8a12035 100644
--- a/xmloff/source/draw/ximppage.hxx
+++ b/xmloff/source/draw/ximppage.hxx
@@ -56,11 +56,15 @@ protected:
void SetNavigationOrder();
+ void SetShapes(css::uno::Reference< css::drawing::XShapes > const & rShapes);
+
public:
SdXMLGenericPageContext( SvXMLImport& rImport,
const css::uno::Reference< css::xml::sax::XFastAttributeList>& xAttrList,
css::uno::Reference< css::drawing::XShapes > const & rShapes);
+ SdXMLGenericPageContext( SvXMLImport& rImport,
+ const css::uno::Reference< css::xml::sax::XFastAttributeList>& xAttrList);
virtual ~SdXMLGenericPageContext() override;
virtual void SAL_CALL startFastElement( sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList ) override;