summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2014-01-18 01:00:54 -0200
committerMichael Stahl <mstahl@redhat.com>2014-01-20 21:32:27 +0000
commit9f7643754806d3f5817acd1409b66590241d8d6b (patch)
treeba9af2242e3b1337e362ad3823d2d4d1d5669a4e /xmloff
parent8c1f91c53bb83d55175507bc8bb5b25333d28b7c (diff)
Removed unused solar.h reference
Change-Id: I1ff7d4bad068a8bc8cdc7f27dbfaee199d0f2e5f Reviewed-on: https://gerrit.libreoffice.org/7513 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'xmloff')
-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
6 files changed, 0 insertions, 11 deletions
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>