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 /editeng | |
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 'editeng')
-rw-r--r-- | editeng/inc/editeng/svxfont.hxx | 3 | ||||
-rw-r--r-- | editeng/source/items/svxfont.cxx | 1 | ||||
-rw-r--r-- | editeng/source/misc/swafopt.cxx | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/editeng/inc/editeng/svxfont.hxx b/editeng/inc/editeng/svxfont.hxx index c4a5c2dd132b..ec4e77a93778 100644 --- a/editeng/inc/editeng/svxfont.hxx +++ b/editeng/inc/editeng/svxfont.hxx @@ -32,6 +32,9 @@ class SvxDoCapitals; class OutputDevice; class Printer; +class Point; +class Rectangle; +class Size; class EDITENG_DLLPUBLIC SvxFont : public Font { diff --git a/editeng/source/items/svxfont.cxx b/editeng/source/items/svxfont.cxx index 9bbddf4a74bd..3d9d2252f030 100644 --- a/editeng/source/items/svxfont.cxx +++ b/editeng/source/items/svxfont.cxx @@ -20,6 +20,7 @@ #include <comphelper/string.hxx> #include <vcl/outdev.hxx> #include <vcl/print.hxx> +#include <tools/gen.hxx> #include <tools/poly.hxx> #include <unotools/charclass.hxx> #include <editeng/unolingu.hxx> diff --git a/editeng/source/misc/swafopt.cxx b/editeng/source/misc/swafopt.cxx index 33bc56f4aae2..a416507e19a4 100644 --- a/editeng/source/misc/swafopt.cxx +++ b/editeng/source/misc/swafopt.cxx @@ -19,6 +19,7 @@ #include <vcl/keycodes.hxx> #include <tools/string.hxx> +#include <tools/gen.hxx> #include <editeng/swafopt.hxx> |