From 27008aa028cde8d270e898c5743a9fe5c7701dab Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Mon, 5 Mar 2018 20:44:08 +0900 Subject: xmloff: convert XMLTextParagraphExport to get rid of "GraphicURL" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I10cc1115bfe628dc296b67b75e386e1a2e4a6c46 Reviewed-on: https://gerrit.libreoffice.org/50789 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- xmloff/inc/xmlmultiimagehelper.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmloff/inc') 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 getGraphicFromImportContext(const SvXMLImportContext& rContext) const; + virtual OUString getGraphicPackageURLFromImportContext(const SvXMLImportContext& rContext) const = 0; + virtual css::uno::Reference getGraphicFromImportContext(const SvXMLImportContext& rContext) const = 0; public: MultiImageImportHelper(); -- cgit v1.2.3