diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2018-03-10 18:27:40 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2018-03-10 17:51:00 +0100 |
commit | 4ea605cb5c31fe4c7d3931a656782a652b4d96fc (patch) | |
tree | f21778616f355b449fbc8b5c404c7f5892d8b285 /include/xmloff | |
parent | 80918a529bed72a06779fc59d9379be97cb8aca3 (diff) |
xmloff: embedded objects can still use GraphicObject URL
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 <ci@libreoffice.org>
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/xmlexp.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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<SvXMLAttributeList> mxAttrList; // a common attribute list OUString msOrigFileName; // the original URL - OUString msEmbeddedObjectProtocol; OUString msFilterName; OUString msImgFilterName; std::unique_ptr<SvXMLNamespaceMap> mpNamespaceMap; // the namepspace map |