summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2014-02-14 21:32:32 -0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-02-15 04:58:41 +0000
commit5e2be6c88313b340122bf945185899390458bb3d (patch)
tree35b8a618ec5bbbc0b1a557a4116f22b0e7fab4dc
parentfe671289c1f3f4532ebea3cd3b11b73dfd631bf9 (diff)
fdo#63154 Remove unused solar.h reference in sc
Change-Id: I160f7af515d0a42f20fbc694fff7f39567ebeec5 Reviewed-on: https://gerrit.libreoffice.org/8062 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
-rw-r--r--sc/inc/address.hxx1
-rw-r--r--sc/inc/charthelper.hxx1
-rw-r--r--sc/inc/dbdocutl.hxx1
-rw-r--r--sc/inc/dpitemdata.hxx1
-rw-r--r--sc/inc/filtopt.hxx1
-rw-r--r--sc/inc/inputopt.hxx1
-rw-r--r--sc/inc/markarr.hxx1
-rw-r--r--sc/inc/markdata.hxx4
-rw-r--r--sc/inc/navicfg.hxx2
-rw-r--r--sc/inc/paramisc.hxx2
-rw-r--r--sc/inc/pch/precompiled_sc.hxx1
-rw-r--r--sc/inc/pch/precompiled_scfilt.hxx1
-rw-r--r--sc/inc/prnsave.hxx3
-rw-r--r--sc/inc/rangelst.hxx2
-rw-r--r--sc/inc/rangeseq.hxx1
-rw-r--r--sc/inc/recursionhelper.hxx1
-rw-r--r--sc/inc/shapeuno.hxx1
-rw-r--r--sc/inc/sortparam.hxx1
-rw-r--r--sc/inc/tokenarray.hxx1
-rw-r--r--sc/inc/unowids.hxx1
-rw-r--r--sc/inc/xmlwrap.hxx3
21 files changed, 4 insertions, 27 deletions
diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx
index 7e9724580e61..cde53d0d4bb8 100644
--- a/sc/inc/address.hxx
+++ b/sc/inc/address.hxx
@@ -21,7 +21,6 @@
#define SC_ADDRESS_HXX
#include <tools/stream.hxx>
-#include <tools/solar.h>
#include <rtl/ustrbuf.hxx>
#include <osl/endian.h>
diff --git a/sc/inc/charthelper.hxx b/sc/inc/charthelper.hxx
index 245e7336d8b8..659a0ba4103b 100644
--- a/sc/inc/charthelper.hxx
+++ b/sc/inc/charthelper.hxx
@@ -20,7 +20,6 @@
#ifndef SC_CHARTHELPER_HXX
#define SC_CHARTHELPER_HXX
-#include <tools/solar.h>
#include "address.hxx"
#include "global.hxx"
#include "rangelst.hxx"
diff --git a/sc/inc/dbdocutl.hxx b/sc/inc/dbdocutl.hxx
index 0bbaff3a6d82..236a9d5470b3 100644
--- a/sc/inc/dbdocutl.hxx
+++ b/sc/inc/dbdocutl.hxx
@@ -21,7 +21,6 @@
#define SC_DBDOCUTL_HXX
#include "address.hxx"
-#include <tools/solar.h>
#include <com/sun/star/uno/Reference.hxx>
class ScDocument;
diff --git a/sc/inc/dpitemdata.hxx b/sc/inc/dpitemdata.hxx
index 823a6c1e1425..4c407c37ab6a 100644
--- a/sc/inc/dpitemdata.hxx
+++ b/sc/inc/dpitemdata.hxx
@@ -14,7 +14,6 @@
#include "address.hxx"
#include "sal/types.h"
-#include "tools/solar.h"
#include "rtl/ustring.hxx"
#include "calcmacros.hxx"
#include "dpglobal.hxx"
diff --git a/sc/inc/filtopt.hxx b/sc/inc/filtopt.hxx
index 68495e6260e9..b07e31f11b39 100644
--- a/sc/inc/filtopt.hxx
+++ b/sc/inc/filtopt.hxx
@@ -21,7 +21,6 @@
#define SC_FILTOPT_HXX
#include <unotools/configitem.hxx>
-#include <tools/solar.h>
#include "scdllapi.h"
// filter options
diff --git a/sc/inc/inputopt.hxx b/sc/inc/inputopt.hxx
index b05878a28af1..f620711503a1 100644
--- a/sc/inc/inputopt.hxx
+++ b/sc/inc/inputopt.hxx
@@ -21,7 +21,6 @@
#define SC_INPUTOPT_HXX
#include <unotools/configitem.hxx>
-#include <tools/solar.h>
class ScInputOptions
{
diff --git a/sc/inc/markarr.hxx b/sc/inc/markarr.hxx
index 4ac531d24504..49620813139d 100644
--- a/sc/inc/markarr.hxx
+++ b/sc/inc/markarr.hxx
@@ -21,7 +21,6 @@
#define SC_MARKARR_HXX
#include "address.hxx"
-#include <tools/solar.h>
#define SC_MARKARRAY_DELTA 4
diff --git a/sc/inc/markdata.hxx b/sc/inc/markdata.hxx
index c792b31e468a..673303611df2 100644
--- a/sc/inc/markdata.hxx
+++ b/sc/inc/markdata.hxx
@@ -21,7 +21,6 @@
#define SC_MARKDATA_HXX
#include "address.hxx"
-#include <tools/solar.h>
#include "scdllapi.h"
#include <set>
@@ -135,9 +134,6 @@ public:
const_iterator end() const;
};
-
-
#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/inc/navicfg.hxx b/sc/inc/navicfg.hxx
index e93be61a6b75..d0d8ebc8af71 100644
--- a/sc/inc/navicfg.hxx
+++ b/sc/inc/navicfg.hxx
@@ -20,7 +20,7 @@
#ifndef SC_NAVICFG_HXX
#define SC_NAVICFG_HXX
-#include <tools/solar.h>
+#include <sal/types.h>
// CfgItem for navigator-state
diff --git a/sc/inc/paramisc.hxx b/sc/inc/paramisc.hxx
index e97ca3800b04..13261822386e 100644
--- a/sc/inc/paramisc.hxx
+++ b/sc/inc/paramisc.hxx
@@ -21,7 +21,7 @@
#define SC_PARAMISC_HXX
#include "address.hxx"
-#include <tools/solar.h>
+#include <sal/types.h>
struct ScSolveParam
{
diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx
index dc8520f10c21..87744d779c0a 100644
--- a/sc/inc/pch/precompiled_sc.hxx
+++ b/sc/inc/pch/precompiled_sc.hxx
@@ -934,7 +934,6 @@
#include <tools/resid.hxx>
#include <tools/rtti.hxx>
#include <tools/shl.hxx>
-#include <tools/solar.h>
#include <tools/stream.hxx>
#include <tools/tenccvt.hxx>
#include <tools/urlobj.hxx>
diff --git a/sc/inc/pch/precompiled_scfilt.hxx b/sc/inc/pch/precompiled_scfilt.hxx
index eb5fcf767b0e..d78923f53ea3 100644
--- a/sc/inc/pch/precompiled_scfilt.hxx
+++ b/sc/inc/pch/precompiled_scfilt.hxx
@@ -515,7 +515,6 @@
#include <tools/fontenum.hxx>
#include <tools/gen.hxx>
#include <tools/globname.hxx>
-#include <tools/solar.h>
#include <tools/stream.hxx>
#include <tools/tenccvt.hxx>
#include <tools/urlobj.hxx>
diff --git a/sc/inc/prnsave.hxx b/sc/inc/prnsave.hxx
index 0547dad16d01..cb1ca8c6c66f 100644
--- a/sc/inc/prnsave.hxx
+++ b/sc/inc/prnsave.hxx
@@ -21,8 +21,6 @@
#define SC_PRNSAVE_HXX
#include "address.hxx"
-#include <tools/solar.h>
-
#include <vector>
class ScRange;
@@ -67,7 +65,6 @@ public:
bool operator==( const ScPrintRangeSaver& rCmp ) const;
};
-
#endif
diff --git a/sc/inc/rangelst.hxx b/sc/inc/rangelst.hxx
index 785f7f476c1c..2505e147aa01 100644
--- a/sc/inc/rangelst.hxx
+++ b/sc/inc/rangelst.hxx
@@ -22,8 +22,8 @@
#include "global.hxx"
#include "address.hxx"
-#include <tools/solar.h>
#include <vector>
+#include <sal/types.h>
class ScDocument;
diff --git a/sc/inc/rangeseq.hxx b/sc/inc/rangeseq.hxx
index bed564f8c59b..05e21708ec97 100644
--- a/sc/inc/rangeseq.hxx
+++ b/sc/inc/rangeseq.hxx
@@ -20,7 +20,6 @@
#ifndef SC_RANGESEQ_HXX
#define SC_RANGESEQ_HXX
-#include <tools/solar.h>
#include <com/sun/star/uno/Any.h>
#include "types.hxx"
diff --git a/sc/inc/recursionhelper.hxx b/sc/inc/recursionhelper.hxx
index 141b2e7cf4cf..39053e49f55d 100644
--- a/sc/inc/recursionhelper.hxx
+++ b/sc/inc/recursionhelper.hxx
@@ -24,7 +24,6 @@
#include <list>
#include <stack>
-#include <tools/solar.h>
class ScFormulaCell;
diff --git a/sc/inc/shapeuno.hxx b/sc/inc/shapeuno.hxx
index a57e9df2ec42..38d0fe0206d5 100644
--- a/sc/inc/shapeuno.hxx
+++ b/sc/inc/shapeuno.hxx
@@ -20,7 +20,6 @@
#ifndef SC_SHAPEUNO_HXX
#define SC_SHAPEUNO_HXX
-#include <tools/solar.h>
#include <com/sun/star/beans/XPropertyState.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/text/XTextContent.hpp>
diff --git a/sc/inc/sortparam.hxx b/sc/inc/sortparam.hxx
index b6f1427580b2..82a2f5f4cc53 100644
--- a/sc/inc/sortparam.hxx
+++ b/sc/inc/sortparam.hxx
@@ -25,7 +25,6 @@
#include <vector>
#include "address.hxx"
-#include <tools/solar.h>
#include <com/sun/star/lang/Locale.hpp>
#include "scdllapi.h"
diff --git a/sc/inc/tokenarray.hxx b/sc/inc/tokenarray.hxx
index b8aec07b2354..c151cdb906fa 100644
--- a/sc/inc/tokenarray.hxx
+++ b/sc/inc/tokenarray.hxx
@@ -21,7 +21,6 @@
#define SC_TOKENARRAY_HXX
#include "formula/token.hxx"
-#include <tools/solar.h>
#include "scdllapi.h"
#include "types.hxx"
#include "calcmacros.hxx"
diff --git a/sc/inc/unowids.hxx b/sc/inc/unowids.hxx
index cc9eee229796..2c5becb03a3f 100644
--- a/sc/inc/unowids.hxx
+++ b/sc/inc/unowids.hxx
@@ -20,7 +20,6 @@
#ifndef SC_UNOWIDS_HXX
#define SC_UNOWIDS_HXX
-#include <tools/solar.h>
#include "scitems.hxx"
diff --git a/sc/inc/xmlwrap.hxx b/sc/inc/xmlwrap.hxx
index 978c3a9e1ed1..dda8cd275d8b 100644
--- a/sc/inc/xmlwrap.hxx
+++ b/sc/inc/xmlwrap.hxx
@@ -20,12 +20,11 @@
#ifndef SC_XMLWRAP_HXX
#define SC_XMLWRAP_HXX
-#include <tools/solar.h>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/frame/XModel.hpp>
-
#include <importfilterdata.hxx>
+#include <sal/types.h>
class ScDocument;
class SfxMedium;