From 9f7643754806d3f5817acd1409b66590241d8d6b Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Sat, 18 Jan 2014 01:00:54 -0200 Subject: Removed unused solar.h reference Change-Id: I1ff7d4bad068a8bc8cdc7f27dbfaee199d0f2e5f Reviewed-on: https://gerrit.libreoffice.org/7513 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- include/xmloff/i18nmap.hxx | 1 - include/xmloff/maptype.hxx | 1 - include/xmloff/xformsimport.hxx | 1 - include/xmloff/xmlictxt.hxx | 1 - include/xmloff/xmlimppr.hxx | 1 - include/xmloff/xmluconv.hxx | 1 - xmloff/inc/pch/precompiled_xo.hxx | 1 - xmloff/source/chart/SchXMLTools.cxx | 2 -- xmloff/source/style/DrawAspectHdl.cxx | 5 ----- xmloff/source/style/adjushdl.cxx | 1 - xmloff/source/style/weighhdl.cxx | 1 - xmloff/source/transform/TransformerContext.hxx | 1 - 12 files changed, 17 deletions(-) diff --git a/include/xmloff/i18nmap.hxx b/include/xmloff/i18nmap.hxx index d2f677095d42..b8091ac5751c 100644 --- a/include/xmloff/i18nmap.hxx +++ b/include/xmloff/i18nmap.hxx @@ -23,7 +23,6 @@ #include #include #include -#include #include class SvI18NMapEntry_Key diff --git a/include/xmloff/maptype.hxx b/include/xmloff/maptype.hxx index 97e62d4b3803..a8c3c523bcd3 100644 --- a/include/xmloff/maptype.hxx +++ b/include/xmloff/maptype.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_XMLOFF_MAPTYPE_HXX #define INCLUDED_XMLOFF_MAPTYPE_HXX -#include #include #include #include diff --git a/include/xmloff/xformsimport.hxx b/include/xmloff/xformsimport.hxx index 5d3a6269e049..f63b383a7635 100644 --- a/include/xmloff/xformsimport.hxx +++ b/include/xmloff/xformsimport.hxx @@ -22,7 +22,6 @@ #include #include -#include #include class SvXMLImport; diff --git a/include/xmloff/xmlictxt.hxx b/include/xmloff/xmlictxt.hxx index e69d28f4cdc8..0fb72d104152 100644 --- a/include/xmloff/xmlictxt.hxx +++ b/include/xmloff/xmlictxt.hxx @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include diff --git a/include/xmloff/xmlimppr.hxx b/include/xmloff/xmlimppr.hxx index 3167b22aa2a7..8a932816ff6a 100644 --- a/include/xmloff/xmlimppr.hxx +++ b/include/xmloff/xmlimppr.hxx @@ -22,7 +22,6 @@ #include #include #include -#include #include #include #include diff --git a/include/xmloff/xmluconv.hxx b/include/xmloff/xmluconv.hxx index b5b99abc9bfb..772fc3274ecb 100644 --- a/include/xmloff/xmluconv.hxx +++ b/include/xmloff/xmluconv.hxx @@ -30,7 +30,6 @@ #include #include -#include #include #include #include diff --git a/xmloff/inc/pch/precompiled_xo.hxx b/xmloff/inc/pch/precompiled_xo.hxx index 6eaff6c2ffb3..0fe95ac9489b 100644 --- a/xmloff/inc/pch/precompiled_xo.hxx +++ b/xmloff/inc/pch/precompiled_xo.hxx @@ -549,7 +549,6 @@ #include #include #include -#include #include #include #include diff --git a/xmloff/source/chart/SchXMLTools.cxx b/xmloff/source/chart/SchXMLTools.cxx index b686945d6954..b6fe29603aab 100644 --- a/xmloff/source/chart/SchXMLTools.cxx +++ b/xmloff/source/chart/SchXMLTools.cxx @@ -25,8 +25,6 @@ #include // header for struct SvXMLEnumMapEntry #include -#include - // header for class SvXMLImportPropertyMapper #include // header for class XMLPropStyleContext diff --git a/xmloff/source/style/DrawAspectHdl.cxx b/xmloff/source/style/DrawAspectHdl.cxx index dbfea4bfa5fe..6b0fee7b2e87 100644 --- a/xmloff/source/style/DrawAspectHdl.cxx +++ b/xmloff/source/style/DrawAspectHdl.cxx @@ -20,13 +20,8 @@ #include "DrawAspectHdl.hxx" #include - #include - -#include - #include - #include #include diff --git a/xmloff/source/style/adjushdl.cxx b/xmloff/source/style/adjushdl.cxx index 7f431b4f8e80..f970b59e5998 100644 --- a/xmloff/source/style/adjushdl.cxx +++ b/xmloff/source/style/adjushdl.cxx @@ -18,7 +18,6 @@ */ #include -#include #include #include #include diff --git a/xmloff/source/style/weighhdl.cxx b/xmloff/source/style/weighhdl.cxx index d0a89a96ca56..a53caff50c75 100644 --- a/xmloff/source/style/weighhdl.cxx +++ b/xmloff/source/style/weighhdl.cxx @@ -23,7 +23,6 @@ #include #include -#include #include #include diff --git a/xmloff/source/transform/TransformerContext.hxx b/xmloff/source/transform/TransformerContext.hxx index 0b286e55cd55..4948876311a5 100644 --- a/xmloff/source/transform/TransformerContext.hxx +++ b/xmloff/source/transform/TransformerContext.hxx @@ -21,7 +21,6 @@ #define INCLUDED_XMLOFF_SOURCE_TRANSFORM_TRANSFORMERCONTEXT_HXX #include -#include #include #include #include -- cgit