summaryrefslogtreecommitdiff
path: root/xmloff/inc/xmlmultiimagehelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/xmlmultiimagehelper.hxx')
-rw-r--r--xmloff/inc/xmlmultiimagehelper.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/inc/xmlmultiimagehelper.hxx b/xmloff/inc/xmlmultiimagehelper.hxx
index ee2df0f53c74..2b29835c2f26 100644
--- a/xmloff/inc/xmlmultiimagehelper.hxx
+++ b/xmloff/inc/xmlmultiimagehelper.hxx
@@ -34,6 +34,7 @@ protected:
/// helper to get the created xShape instance, override this
virtual OUString getGraphicURLFromImportContext(const SvXMLImportContext& rContext) const = 0;
virtual void removeGraphicFromImportContext(const SvXMLImportContext& rContext) = 0;
+ virtual css::uno::Reference<css::graphic::XGraphic> getGraphicFromImportContext(const SvXMLImportContext& rContext) const;
public:
MultiImageImportHelper();