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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/inc/xmlmultiimagehelper.hxx b/xmloff/inc/xmlmultiimagehelper.hxx
index 2b29835c2f26..90a279c083d2 100644
--- a/xmloff/inc/xmlmultiimagehelper.hxx
+++ b/xmloff/inc/xmlmultiimagehelper.hxx
@@ -32,9 +32,9 @@ private:
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;
+ virtual OUString getGraphicPackageURLFromImportContext(const SvXMLImportContext& rContext) const = 0;
+ virtual css::uno::Reference<css::graphic::XGraphic> getGraphicFromImportContext(const SvXMLImportContext& rContext) const = 0;
public:
MultiImageImportHelper();