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 /xmloff | |
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 'xmloff')
-rw-r--r-- | xmloff/source/chart/PropertyMaps.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/chart/SchXMLExport.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/draw/layerimp.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/draw/sdxmlexp.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/draw/shapeexport.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/draw/ximp3dobject.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/forms/formlayerexport.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/style/XMLFillBitmapSizePropertyHandler.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/text/txtparae.cxx | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/xmloff/source/chart/PropertyMaps.cxx b/xmloff/source/chart/PropertyMaps.cxx index 7c97657f022f..a2145ae6bcc2 100644 --- a/xmloff/source/chart/PropertyMaps.cxx +++ b/xmloff/source/chart/PropertyMaps.cxx @@ -57,7 +57,6 @@ #include <com/sun/star/chart2/XChartDocument.hpp> #include <com/sun/star/chart2/data/XRangeXMLConversion.hpp> -#include <comphelper/extract.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/math.hxx> diff --git a/xmloff/source/chart/SchXMLExport.cxx b/xmloff/source/chart/SchXMLExport.cxx index c2768d40adf0..848416b8a2fe 100644 --- a/xmloff/source/chart/SchXMLExport.cxx +++ b/xmloff/source/chart/SchXMLExport.cxx @@ -46,7 +46,6 @@ #include <xmloff/SchXMLSeriesHelper.hxx> #include <xexptran.hxx> #include <rtl/math.hxx> -#include <comphelper/extract.hxx> #include <vector> #include <typeinfo> diff --git a/xmloff/source/draw/layerimp.cxx b/xmloff/source/draw/layerimp.cxx index bc28f6c83226..df2597c458fe 100644 --- a/xmloff/source/draw/layerimp.cxx +++ b/xmloff/source/draw/layerimp.cxx @@ -23,7 +23,6 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/xml/sax/XAttributeList.hpp> #include <com/sun/star/drawing/XLayerSupplier.hpp> -#include <comphelper/extract.hxx> #include <xmloff/xmltoken.hxx> #include <xmloff/xmlimp.hxx> #include <xmloff/xmlnmspe.hxx> diff --git a/xmloff/source/draw/sdxmlexp.cxx b/xmloff/source/draw/sdxmlexp.cxx index 763c692ccf5d..1a2a3434fee7 100644 --- a/xmloff/source/draw/sdxmlexp.cxx +++ b/xmloff/source/draw/sdxmlexp.cxx @@ -64,7 +64,6 @@ #include <facreg.hxx> #include <xexptran.hxx> -#include <comphelper/extract.hxx> #include <comphelper/processfactory.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> #include <PropertySetMerger.hxx> diff --git a/xmloff/source/draw/shapeexport.cxx b/xmloff/source/draw/shapeexport.cxx index 313461bccc3d..a04343009b6b 100644 --- a/xmloff/source/draw/shapeexport.cxx +++ b/xmloff/source/draw/shapeexport.cxx @@ -82,7 +82,6 @@ #include <com/sun/star/document/XStorageBasedDocument.hpp> #include <comphelper/classids.hxx> -#include <comphelper/graphicmimetype.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/storagehelper.hxx> #include <officecfg/Office/Common.hxx> diff --git a/xmloff/source/draw/ximp3dobject.cxx b/xmloff/source/draw/ximp3dobject.cxx index 44fb29c84423..ed0a701d5976 100644 --- a/xmloff/source/draw/ximp3dobject.cxx +++ b/xmloff/source/draw/ximp3dobject.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <comphelper/extract.hxx> #include "ximp3dobject.hxx" #include <xmloff/XMLShapeStyleContext.hxx> #include <xmloff/xmluconv.hxx> diff --git a/xmloff/source/forms/formlayerexport.cxx b/xmloff/source/forms/formlayerexport.cxx index 8023489dfd9a..f9a2405ac2b0 100644 --- a/xmloff/source/forms/formlayerexport.cxx +++ b/xmloff/source/forms/formlayerexport.cxx @@ -25,7 +25,6 @@ #include "layerexport.hxx" #include "propertyexport.hxx" #include <osl/diagnose.h> -#include <comphelper/extract.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> #include "officeforms.hxx" diff --git a/xmloff/source/style/XMLFillBitmapSizePropertyHandler.cxx b/xmloff/source/style/XMLFillBitmapSizePropertyHandler.cxx index 40590ec97cd4..e9bf5926f130 100644 --- a/xmloff/source/style/XMLFillBitmapSizePropertyHandler.cxx +++ b/xmloff/source/style/XMLFillBitmapSizePropertyHandler.cxx @@ -21,7 +21,6 @@ #include <XMLFillBitmapSizePropertyHandler.hxx> #include <rtl/ustrbuf.hxx> #include <com/sun/star/uno/Any.hxx> -#include <comphelper/extract.hxx> #include <sax/tools/converter.hxx> #include <xmloff/xmluconv.hxx> diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx index a9c5c35d56f2..2e7349780ed2 100644 --- a/xmloff/source/text/txtparae.cxx +++ b/xmloff/source/text/txtparae.cxx @@ -116,7 +116,6 @@ #include <vector> #include <algorithm> #include <iterator> -#include <comphelper/graphicmimetype.hxx> #include <officecfg/Office/Common.hxx> using namespace ::std; |