From 4ea605cb5c31fe4c7d3931a656782a652b4d96fc Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Sat, 10 Mar 2018 18:27:40 +0900 Subject: xmloff: embedded objects can still use GraphicObject URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The embedded graphic object don't seem to use the uniqueID of a graphic object, but seem to have the same URL prefix. Let's leave this in for now. Change-Id: I48d9ad2c3b1eca745911f03221988c46c0fdb8d2 Reviewed-on: https://gerrit.libreoffice.org/51041 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- include/xmloff/xmlexp.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/xmloff/xmlexp.hxx b/include/xmloff/xmlexp.hxx index cf132192bc39..a40d47edf9e6 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 msEmbeddedObjectProtocol; OUString msFilterName; OUString msImgFilterName; std::unique_ptr mpNamespaceMap; // the namepspace map -- cgit