summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc')
-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 adfdce2e9285..b55e59324ed4 100644
--- a/xmloff/inc/xmlmultiimagehelper.hxx
+++ b/xmloff/inc/xmlmultiimagehelper.hxx
@@ -32,6 +32,7 @@ protected:
/// helper to get the created xShape instance, override this
virtual void removeGraphicFromImportContext(const SvXMLImportContext& rContext) = 0;
virtual OUString getGraphicPackageURLFromImportContext(const SvXMLImportContext& rContext) const = 0;
+ virtual OUString getMimeTypeFromImportContext(const SvXMLImportContext& rContext) const = 0;
virtual css::uno::Reference<css::graphic::XGraphic> getGraphicFromImportContext(const SvXMLImportContext& rContext) const = 0;
public: