From 0d1479cbd442c3ec3bdd20333c341ea24dcca21e Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Sat, 10 Mar 2018 00:42:20 +0900 Subject: xmloff: modify code relying on Graph.Object URL and cleanup code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id08ee261ae06673809fcf8581e2490ecd957891f Reviewed-on: https://gerrit.libreoffice.org/51011 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- include/xmloff/xmlexp.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/xmloff') diff --git a/include/xmloff/xmlexp.hxx b/include/xmloff/xmlexp.hxx index b225a932dd86..cf132192bc39 100644 --- a/include/xmloff/xmlexp.hxx +++ b/include/xmloff/xmlexp.hxx @@ -137,7 +137,6 @@ class XMLOFF_DLLPUBLIC SvXMLExport : public cppu::WeakImplHelper< rtl::Reference mxAttrList; // a common attribute list OUString msOrigFileName; // the original URL - OUString msGraphicObjectProtocol; OUString msEmbeddedObjectProtocol; OUString msFilterName; OUString msImgFilterName; @@ -460,9 +459,6 @@ public: /// get the export for image maps XMLImageMapExport& GetImageMapExport(); - OUString AddEmbeddedGraphicObject( - const OUString& rGraphicObjectURL ); - OUString AddEmbeddedXGraphic(css::uno::Reference const & rxGraphic, OUString & rOutMimeType, OUString const & rRequestedName = OUString()); bool AddEmbeddedXGraphicAsBase64(css::uno::Reference const & rxGraphic); bool GetGraphicMimeTypeFromStream(css::uno::Reference const & rxGraphic, OUString & rOutMimeType); -- cgit