diff options
author | Matteo Casalin <matteo.casalin@gmx.com> | 2012-12-25 15:18:26 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-01-07 13:14:57 +0000 |
commit | a4c7ded1fd2a879e66760a8fc3846af538da4b9d (patch) | |
tree | 128cbfa620ba4de837f78d7f831951a73c1f7b25 /sc | |
parent | 07969f6effe89b8cdc65764135337054751f280e (diff) |
Cleanup: #include <tools/gen.hxx>
Change-Id: Ic547b4a59102afc8bdbc85ec95ac312e32ef2530
Reviewed-on: https://gerrit.libreoffice.org/1484
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/postit.hxx | 2 | ||||
-rw-r--r-- | sc/source/core/data/postit.cxx | 1 | ||||
-rw-r--r-- | sc/source/filter/excel/xechart.cxx | 1 | ||||
-rw-r--r-- | sc/source/filter/inc/imp_op.hxx | 2 | ||||
-rw-r--r-- | sc/source/filter/inc/xechart.hxx | 2 | ||||
-rw-r--r-- | sc/source/ui/inc/formdata.hxx | 1 |
6 files changed, 5 insertions, 4 deletions
diff --git a/sc/inc/postit.hxx b/sc/inc/postit.hxx index 69ee67afcdd1..88ae564d5b20 100644 --- a/sc/inc/postit.hxx +++ b/sc/inc/postit.hxx @@ -22,7 +22,6 @@ #include <boost/shared_ptr.hpp> #include <rtl/ustring.hxx> -#include <tools/gen.hxx> #include "address.hxx" #include "scdllapi.h" @@ -34,6 +33,7 @@ class SdrCaptionObj; class SdrPage; class SfxItemSet; class ScDocument; +class Rectangle; struct ScCaptionInitData; // ============================================================================ diff --git a/sc/source/core/data/postit.cxx b/sc/source/core/data/postit.cxx index d3e06705319e..b9bec3f98ce2 100644 --- a/sc/source/core/data/postit.cxx +++ b/sc/source/core/data/postit.cxx @@ -36,6 +36,7 @@ #include <svx/xflclit.hxx> #include <svx/sdshitm.hxx> #include <svx/sdsxyitm.hxx> +#include <tools/gen.hxx> #include "document.hxx" #include "docpool.hxx" diff --git a/sc/source/filter/excel/xechart.cxx b/sc/source/filter/excel/xechart.cxx index bc0bcc729235..fd99e8bf4608 100644 --- a/sc/source/filter/excel/xechart.cxx +++ b/sc/source/filter/excel/xechart.cxx @@ -54,6 +54,7 @@ #include <com/sun/star/chart2/StackingDirection.hpp> #include <com/sun/star/chart2/TickmarkStyle.hpp> +#include <tools/gen.hxx> #include <vcl/outdev.hxx> #include <filter/msfilter/escherex.hxx> diff --git a/sc/source/filter/inc/imp_op.hxx b/sc/source/filter/inc/imp_op.hxx index d21f0afc159c..8e004f3e0f8a 100644 --- a/sc/source/filter/inc/imp_op.hxx +++ b/sc/source/filter/inc/imp_op.hxx @@ -20,7 +20,7 @@ #ifndef SC_IMP_OP_HXX #define SC_IMP_OP_HXX -#include <tools/gen.hxx> +#include <sal/types.h> #include "xiroot.hxx" #include "xistream.hxx" #include "xistyle.hxx" diff --git a/sc/source/filter/inc/xechart.hxx b/sc/source/filter/inc/xechart.hxx index 23599b534205..10f27f4f1402 100644 --- a/sc/source/filter/inc/xechart.hxx +++ b/sc/source/filter/inc/xechart.hxx @@ -20,7 +20,6 @@ #ifndef SC_XECHART_HXX #define SC_XECHART_HXX -#include <tools/gen.hxx> #include "xerecord.hxx" #include "xlchart.hxx" #include "xlformula.hxx" @@ -31,6 +30,7 @@ #include <boost/ptr_container/ptr_map.hpp> class Size; +class Rectangle; namespace com { namespace sun { namespace star { namespace awt diff --git a/sc/source/ui/inc/formdata.hxx b/sc/source/ui/inc/formdata.hxx index 8a35a9ac49c8..9fad6707bb9e 100644 --- a/sc/source/ui/inc/formdata.hxx +++ b/sc/source/ui/inc/formdata.hxx @@ -20,7 +20,6 @@ #ifndef SC_FORMDATA_HXX #define SC_FORMDATA_HXX -#include <tools/gen.hxx> #include <formula/formdata.hxx> class ScInputHandler; class ScDocShell; |