diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-04-14 22:31:33 +0200 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-04-15 11:17:24 +0200 |
commit | b4d36b5dcfc84b2aa8913ac69ad12077713cee84 (patch) | |
tree | dafa07a7290a7e913eeb3d7a23c4366d01fcf2d8 /oox | |
parent | c8c74a0b4ca6f3a3619f423b6548c80c52392ae0 (diff) |
remove some unused comphelper includes
and fix the fallout
Change-Id: I5d0c2040f57a3ac354a7e277592da31d09a5f359
Reviewed-on: https://gerrit.libreoffice.org/52894
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/core/binarycodec.cxx | 1 | ||||
-rw-r--r-- | oox/source/core/filterbase.cxx | 1 | ||||
-rw-r--r-- | oox/source/drawingml/scene3dcontext.cxx | 1 | ||||
-rw-r--r-- | oox/source/dump/dumperbase.cxx | 1 | ||||
-rw-r--r-- | oox/source/ppt/animvariantcontext.cxx | 1 | ||||
-rw-r--r-- | oox/source/ppt/commonbehaviorcontext.cxx | 1 | ||||
-rw-r--r-- | oox/source/ppt/commontimenodecontext.cxx | 1 | ||||
-rw-r--r-- | oox/source/ppt/conditioncontext.cxx | 1 | ||||
-rw-r--r-- | oox/source/ppt/layoutfragmenthandler.cxx | 1 | ||||
-rw-r--r-- | oox/source/ppt/slidetimingcontext.cxx | 1 | ||||
-rw-r--r-- | oox/source/ppt/slidetransitioncontext.cxx | 1 | ||||
-rw-r--r-- | oox/source/ppt/soundactioncontext.cxx | 1 | ||||
-rw-r--r-- | oox/source/ppt/timenodelistcontext.cxx | 1 | ||||
-rw-r--r-- | oox/source/ppt/timetargetelementcontext.cxx | 1 |
14 files changed, 0 insertions, 14 deletions
diff --git a/oox/source/core/binarycodec.cxx b/oox/source/core/binarycodec.cxx index a2021608d753..31d96c7dd7ba 100644 --- a/oox/source/core/binarycodec.cxx +++ b/oox/source/core/binarycodec.cxx @@ -25,7 +25,6 @@ #include <osl/diagnose.h> #include <comphelper/sequenceashashmap.hxx> -#include <comphelper/docpasswordhelper.hxx> using namespace ::com::sun::star; diff --git a/oox/source/core/filterbase.cxx b/oox/source/core/filterbase.cxx index aee15b3995a8..c24c61c2fa15 100644 --- a/oox/source/core/filterbase.cxx +++ b/oox/source/core/filterbase.cxx @@ -27,7 +27,6 @@ #include <com/sun/star/task/XInteractionHandler.hpp> #include <com/sun/star/task/XStatusIndicator.hpp> #include <com/sun/star/uno/XComponentContext.hpp> -#include <comphelper/docpasswordhelper.hxx> #include <cppuhelper/supportsservice.hxx> #include <unotools/mediadescriptor.hxx> #include <osl/mutex.hxx> diff --git a/oox/source/drawingml/scene3dcontext.cxx b/oox/source/drawingml/scene3dcontext.cxx index 056a692f4411..f6e0ee38d5fc 100644 --- a/oox/source/drawingml/scene3dcontext.cxx +++ b/oox/source/drawingml/scene3dcontext.cxx @@ -20,7 +20,6 @@ #include <drawingml/scene3dcontext.hxx> #include <com/sun/star/io/XInputStream.hpp> #include <cppuhelper/exc_hlp.hxx> -#include <comphelper/anytostring.hxx> #include <drawingml/colorchoicecontext.hxx> #include <oox/drawingml/drawingmltypes.hxx> #include <drawingml/fillproperties.hxx> diff --git a/oox/source/dump/dumperbase.cxx b/oox/source/dump/dumperbase.cxx index 2a66f0eaf51f..e68db52a2015 100644 --- a/oox/source/dump/dumperbase.cxx +++ b/oox/source/dump/dumperbase.cxx @@ -24,7 +24,6 @@ #include <com/sun/star/io/XActiveDataSource.hpp> #include <com/sun/star/io/TextOutputStream.hpp> #include <com/sun/star/ucb/SimpleFileAccess.hpp> -#include <comphelper/docpasswordhelper.hxx> #include <osl/file.hxx> #include <rtl/math.hxx> #include <rtl/tencinfo.h> diff --git a/oox/source/ppt/animvariantcontext.cxx b/oox/source/ppt/animvariantcontext.cxx index 7e1539717641..972fe0b1e9aa 100644 --- a/oox/source/ppt/animvariantcontext.cxx +++ b/oox/source/ppt/animvariantcontext.cxx @@ -19,7 +19,6 @@ #include "animvariantcontext.hxx" -#include <comphelper/anytostring.hxx> #include <cppuhelper/exc_hlp.hxx> #include <com/sun/star/uno/Any.hxx> diff --git a/oox/source/ppt/commonbehaviorcontext.cxx b/oox/source/ppt/commonbehaviorcontext.cxx index 47e1d8a7d2e5..844c81803e03 100644 --- a/oox/source/ppt/commonbehaviorcontext.cxx +++ b/oox/source/ppt/commonbehaviorcontext.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <comphelper/anytostring.hxx> #include <cppuhelper/exc_hlp.hxx> #include <rtl/ustrbuf.hxx> diff --git a/oox/source/ppt/commontimenodecontext.cxx b/oox/source/ppt/commontimenodecontext.cxx index 4dfc82ad904c..26ea235d898d 100644 --- a/oox/source/ppt/commontimenodecontext.cxx +++ b/oox/source/ppt/commontimenodecontext.cxx @@ -21,7 +21,6 @@ #include <algorithm> -#include <comphelper/anytostring.hxx> #include <cppuhelper/exc_hlp.hxx> #include <com/sun/star/animations/AnimationFill.hpp> diff --git a/oox/source/ppt/conditioncontext.cxx b/oox/source/ppt/conditioncontext.cxx index cf4d4fa4775b..cdecaa120891 100644 --- a/oox/source/ppt/conditioncontext.cxx +++ b/oox/source/ppt/conditioncontext.cxx @@ -19,7 +19,6 @@ #include "conditioncontext.hxx" -#include <comphelper/anytostring.hxx> #include <cppuhelper/exc_hlp.hxx> #include <com/sun/star/animations/AnimationEndSync.hpp> diff --git a/oox/source/ppt/layoutfragmenthandler.cxx b/oox/source/ppt/layoutfragmenthandler.cxx index 39bfa34bb912..2c22ba948577 100644 --- a/oox/source/ppt/layoutfragmenthandler.cxx +++ b/oox/source/ppt/layoutfragmenthandler.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <comphelper/anytostring.hxx> #include <cppuhelper/exc_hlp.hxx> #include <com/sun/star/beans/XMultiPropertySet.hpp> diff --git a/oox/source/ppt/slidetimingcontext.cxx b/oox/source/ppt/slidetimingcontext.cxx index 2960d7c8d7aa..972454ecfaa7 100644 --- a/oox/source/ppt/slidetimingcontext.cxx +++ b/oox/source/ppt/slidetimingcontext.cxx @@ -19,7 +19,6 @@ #include <oox/ppt/slidetimingcontext.hxx> -#include <comphelper/anytostring.hxx> #include <cppuhelper/exc_hlp.hxx> #include <com/sun/star/drawing/XShapes.hpp> diff --git a/oox/source/ppt/slidetransitioncontext.cxx b/oox/source/ppt/slidetransitioncontext.cxx index 94fc1c3862ae..32439a2ea70f 100644 --- a/oox/source/ppt/slidetransitioncontext.cxx +++ b/oox/source/ppt/slidetransitioncontext.cxx @@ -19,7 +19,6 @@ #include <oox/ppt/slidetransitioncontext.hxx> -#include <comphelper/anytostring.hxx> #include <cppuhelper/exc_hlp.hxx> #include <com/sun/star/beans/XMultiPropertySet.hpp> diff --git a/oox/source/ppt/soundactioncontext.cxx b/oox/source/ppt/soundactioncontext.cxx index a5a118f4a231..775ebf688767 100644 --- a/oox/source/ppt/soundactioncontext.cxx +++ b/oox/source/ppt/soundactioncontext.cxx @@ -19,7 +19,6 @@ #include <oox/ppt/soundactioncontext.hxx> -#include <comphelper/anytostring.hxx> #include <cppuhelper/exc_hlp.hxx> #include <oox/helper/attributelist.hxx> diff --git a/oox/source/ppt/timenodelistcontext.cxx b/oox/source/ppt/timenodelistcontext.cxx index fe2d9581243b..0d4df9b464a4 100644 --- a/oox/source/ppt/timenodelistcontext.cxx +++ b/oox/source/ppt/timenodelistcontext.cxx @@ -19,7 +19,6 @@ #include <oox/ppt/timenodelistcontext.hxx> -#include <comphelper/anytostring.hxx> #include <cppuhelper/exc_hlp.hxx> #include <rtl/math.hxx> diff --git a/oox/source/ppt/timetargetelementcontext.cxx b/oox/source/ppt/timetargetelementcontext.cxx index cc8b3be60186..07ae4fa31379 100644 --- a/oox/source/ppt/timetargetelementcontext.cxx +++ b/oox/source/ppt/timetargetelementcontext.cxx @@ -19,7 +19,6 @@ #include "timetargetelementcontext.hxx" -#include <comphelper/anytostring.hxx> #include <cppuhelper/exc_hlp.hxx> #include <osl/diagnose.h> |