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 /svtools/inc | |
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 'svtools/inc')
-rw-r--r-- | svtools/inc/svtools/fltcall.hxx | 2 | ||||
-rw-r--r-- | svtools/inc/svtools/javainteractionhandler.hxx | 2 | ||||
-rw-r--r-- | svtools/inc/svtools/scriptedtext.hxx | 3 |
3 files changed, 4 insertions, 3 deletions
diff --git a/svtools/inc/svtools/fltcall.hxx b/svtools/inc/svtools/fltcall.hxx index ded1d84e021a..91e4d289a6d1 100644 --- a/svtools/inc/svtools/fltcall.hxx +++ b/svtools/inc/svtools/fltcall.hxx @@ -19,7 +19,7 @@ #ifndef _FLTCALL_HXX #define _FLTCALL_HXX -#include <tools/gen.hxx> +#include <sal/types.h> #include <vcl/field.hxx> #include <com/sun/star/uno/Sequence.h> #include <com/sun/star/beans/PropertyValue.hpp> diff --git a/svtools/inc/svtools/javainteractionhandler.hxx b/svtools/inc/svtools/javainteractionhandler.hxx index 1b0c0c649761..fed409f41ec5 100644 --- a/svtools/inc/svtools/javainteractionhandler.hxx +++ b/svtools/inc/svtools/javainteractionhandler.hxx @@ -22,7 +22,7 @@ #include "svtools/svtdllapi.h" #include <osl/mutex.hxx> -#include <tools/gen.hxx> +#include <sal/types.h> #include <com/sun/star/task/XInteractionRequest.hpp> #include <svtools/javacontext.hxx> diff --git a/svtools/inc/svtools/scriptedtext.hxx b/svtools/inc/svtools/scriptedtext.hxx index 1bc5f1ca5198..9d99588126c3 100644 --- a/svtools/inc/svtools/scriptedtext.hxx +++ b/svtools/inc/svtools/scriptedtext.hxx @@ -21,7 +21,6 @@ #define _SVTOOLS_SCRIPTEDTEXT_HXX #include "svtools/svtdllapi.h" -#include <tools/gen.hxx> #include <com/sun/star/i18n/XBreakIterator.hpp> @@ -29,6 +28,8 @@ namespace rtl { class OUString; } class OutputDevice; class Font; class SvtScriptedTextHelper_Impl; +class Size; +class Point; //_____________________________________________________________________________ |