diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-05-27 14:07:43 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-06-05 10:56:36 +0200 |
commit | 8ddca0648a2b673b7dd5357871f79a83c3830ed8 (patch) | |
tree | 33f6f1eaaa2d3f5f73ddbf25f40c60cbb365d663 /oox/source | |
parent | d3c650f6170894a87e59436cf48eba5622403e27 (diff) |
tdf#42949 remove unused compheler includes ..
and fix the fallout
Change-Id: I15bc5d626f4d157cbc69a87392078b41e621d14e
Reviewed-on: https://gerrit.libreoffice.org/54882
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'oox/source')
-rw-r--r-- | oox/source/core/binarycodec.cxx | 1 | ||||
-rw-r--r-- | oox/source/drawingml/textparagraphproperties.cxx | 1 | ||||
-rw-r--r-- | oox/source/export/chartexport.cxx | 1 | ||||
-rw-r--r-- | oox/source/export/shapes.cxx | 1 | ||||
-rw-r--r-- | oox/source/ole/vbaexport.cxx | 1 | ||||
-rw-r--r-- | oox/source/ole/vbaproject.cxx | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/oox/source/core/binarycodec.cxx b/oox/source/core/binarycodec.cxx index 31d96c7dd7ba..98cf0f8cc430 100644 --- a/oox/source/core/binarycodec.cxx +++ b/oox/source/core/binarycodec.cxx @@ -24,7 +24,6 @@ #include <oox/helper/attributelist.hxx> #include <osl/diagnose.h> -#include <comphelper/sequenceashashmap.hxx> using namespace ::com::sun::star; diff --git a/oox/source/drawingml/textparagraphproperties.cxx b/oox/source/drawingml/textparagraphproperties.cxx index 807a2deff54f..8731047cd4b6 100644 --- a/oox/source/drawingml/textparagraphproperties.cxx +++ b/oox/source/drawingml/textparagraphproperties.cxx @@ -45,7 +45,6 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/text/XText.hpp> #include <com/sun/star/drawing/XShape.hpp> -#include <comphelper/genericpropertyset.hxx> #include <oox/ppt/pptimport.hxx> #include <oox/ppt/slidepersist.hxx> #endif diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx index 9f170eaa53e8..d12827629794 100644 --- a/oox/source/export/chartexport.cxx +++ b/oox/source/export/chartexport.cxx @@ -92,7 +92,6 @@ #include <comphelper/processfactory.hxx> #include <comphelper/random.hxx> -#include <comphelper/sequence.hxx> #include <utility> #include <xmloff/SchXMLSeriesHelper.hxx> #include "ColorPropertySet.hxx" diff --git a/oox/source/export/shapes.cxx b/oox/source/export/shapes.cxx index c8e93211d6a5..2c8564b0d335 100644 --- a/oox/source/export/shapes.cxx +++ b/oox/source/export/shapes.cxx @@ -81,7 +81,6 @@ #include <tools/globname.hxx> #include <comphelper/classids.hxx> #include <comphelper/propertysequence.hxx> -#include <comphelper/sequence.hxx> #include <comphelper/storagehelper.hxx> #include <sot/exchange.hxx> #include <utility> diff --git a/oox/source/ole/vbaexport.cxx b/oox/source/ole/vbaexport.cxx index b5a45b31c1ca..e8b41474026e 100644 --- a/oox/source/ole/vbaexport.cxx +++ b/oox/source/ole/vbaexport.cxx @@ -31,7 +31,6 @@ #include <sot/storage.hxx> -#include <comphelper/string.hxx> #include <comphelper/xmltools.hxx> #define USE_UTF8_CODEPAGE 0 diff --git a/oox/source/ole/vbaproject.cxx b/oox/source/ole/vbaproject.cxx index 5a779944e0e6..3a9d237b05fa 100644 --- a/oox/source/ole/vbaproject.cxx +++ b/oox/source/ole/vbaproject.cxx @@ -31,7 +31,6 @@ #include <com/sun/star/script/vba/XVBAMacroResolver.hpp> #include <com/sun/star/uno/XComponentContext.hpp> #include <comphelper/configurationhelper.hxx> -#include <comphelper/string.hxx> #include <comphelper/storagehelper.hxx> #include <osl/diagnose.h> #include <rtl/tencinfo.h> |