summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/xmloff/i18nmap.hxx1
-rw-r--r--include/xmloff/maptype.hxx1
-rw-r--r--include/xmloff/xformsimport.hxx1
-rw-r--r--include/xmloff/xmlictxt.hxx1
-rw-r--r--include/xmloff/xmlimppr.hxx1
-rw-r--r--include/xmloff/xmluconv.hxx1
-rw-r--r--xmloff/inc/pch/precompiled_xo.hxx1
-rw-r--r--xmloff/source/chart/SchXMLTools.cxx2
-rw-r--r--xmloff/source/style/DrawAspectHdl.cxx5
-rw-r--r--xmloff/source/style/adjushdl.cxx1
-rw-r--r--xmloff/source/style/weighhdl.cxx1
-rw-r--r--xmloff/source/transform/TransformerContext.hxx1
12 files changed, 0 insertions, 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 <sal/config.h>
#include <xmloff/dllapi.h>
#include <rtl/ustring.hxx>
-#include <tools/solar.h>
#include <map>
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 <tools/solar.h>
#include <com/sun/star/uno/Any.hxx>
#include <xmloff/xmltoken.hxx>
#include <unotools/saveopt.hxx>
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 <sal/config.h>
#include <xmloff/dllapi.h>
-#include <tools/solar.h>
#include <com/sun/star/uno/Reference.hxx>
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 <xmloff/dllapi.h>
#include <sal/types.h>
#include <com/sun/star/xml/sax/XAttributeList.hpp>
-#include <tools/solar.h>
#include <tools/ref.hxx>
#include <rtl/ustring.hxx>
#include <tools/rtti.hxx>
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 <sal/config.h>
#include <xmloff/dllapi.h>
#include <sal/types.h>
-#include <tools/solar.h>
#include <com/sun/star/xml/sax/XAttributeList.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
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 <rtl/ustring.hxx>
#include <rtl/ustrbuf.hxx>
-#include <tools/solar.h>
#include <xmloff/xmlement.hxx>
#include <xmloff/xmltoken.hxx>
#include <com/sun/star/util/Date.hpp>
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 <tools/gen.hxx>
#include <tools/globname.hxx>
#include <tools/helpers.hxx>
-#include <tools/solar.h>
#include <tools/time.hxx>
#include <tools/urlobj.hxx>
#include <tools/wintypes.hxx>
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 <xmloff/xmluconv.hxx>
// header for struct SvXMLEnumMapEntry
#include <xmloff/xmlement.hxx>
-#include <tools/solar.h>
-
// header for class SvXMLImportPropertyMapper
#include <xmloff/xmlimppr.hxx>
// 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 <com/sun/star/uno/Any.hxx>
-
#include <rtl/ustrbuf.hxx>
-
-#include <tools/solar.h>
-
#include <sax/tools/converter.hxx>
-
#include <xmloff/xmlement.hxx>
#include <xmloff/xmltoken.hxx>
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 <adjushdl.hxx>
-#include <tools/solar.h>
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmluconv.hxx>
#include <rtl/ustrbuf.hxx>
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 <xmloff/xmltoken.hxx>
#include <tools/fontenum.hxx>
-#include <tools/solar.h>
#include <limits.h>
#include <rtl/ustrbuf.hxx>
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 <com/sun/star/xml/sax/XAttributeList.hpp>
-#include <tools/solar.h>
#include <salhelper/simplereferenceobject.hxx>
#include <rtl/ustring.hxx>
#include <tools/rtti.hxx>