diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-11-30 16:38:00 +0100 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-11-30 20:11:52 +0100 |
commit | 260a0dcb16f55fd5a33abba64addfa3d250b8581 (patch) | |
tree | 3a428503fcc4f22f5d807fbec966a48dfd7c5391 /xmloff/source/core | |
parent | a7505356872f981c951b2ec64383a95538890876 (diff) |
Removed duplicated include
Change-Id: I9ce8069201ea79e67a5cb59b3631ba14d4dc5fdd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106898
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'xmloff/source/core')
-rw-r--r-- | xmloff/source/core/XMLEmbeddedObjectImportContext.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/source/core/XMLEmbeddedObjectImportContext.cxx b/xmloff/source/core/XMLEmbeddedObjectImportContext.cxx index cc8115700403..f190a4a18c75 100644 --- a/xmloff/source/core/XMLEmbeddedObjectImportContext.cxx +++ b/xmloff/source/core/XMLEmbeddedObjectImportContext.cxx @@ -25,7 +25,6 @@ #include <com/sun/star/document/XImporter.hpp> #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/util/XModifiable2.hpp> -#include <sal/log.hxx> #include <tools/globname.hxx> #include <comphelper/classids.hxx> #include <xmloff/namespacemap.hxx> |