From a4c7ded1fd2a879e66760a8fc3846af538da4b9d Mon Sep 17 00:00:00 2001 From: Matteo Casalin Date: Tue, 25 Dec 2012 15:18:26 +0100 Subject: Cleanup: #include Change-Id: Ic547b4a59102afc8bdbc85ec95ac312e32ef2530 Reviewed-on: https://gerrit.libreoffice.org/1484 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- sw/source/core/crsr/pam.cxx | 1 + sw/source/core/docnode/node.cxx | 1 + sw/source/core/fields/postithelper.cxx | 4 ++-- sw/source/core/inc/fntcache.hxx | 1 + sw/source/core/inc/swfont.hxx | 1 + sw/source/core/layout/anchoreddrawobject.cxx | 1 + 6 files changed, 7 insertions(+), 2 deletions(-) (limited to 'sw/source') diff --git a/sw/source/core/crsr/pam.cxx b/sw/source/core/crsr/pam.cxx index baf62ad58ba3..e9b78020808e 100644 --- a/sw/source/core/crsr/pam.cxx +++ b/sw/source/core/crsr/pam.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include #include #include #include diff --git a/sw/source/core/docnode/node.cxx b/sw/source/core/docnode/node.cxx index 132282fa175f..a97261150a36 100644 --- a/sw/source/core/docnode/node.cxx +++ b/sw/source/core/docnode/node.cxx @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include diff --git a/sw/source/core/fields/postithelper.cxx b/sw/source/core/fields/postithelper.cxx index 326490b0fef0..570631947042 100644 --- a/sw/source/core/fields/postithelper.cxx +++ b/sw/source/core/fields/postithelper.cxx @@ -18,8 +18,6 @@ */ -#include - #include #include #include @@ -39,6 +37,8 @@ #include #include +class Point; + namespace { struct LayoutInfoOrder diff --git a/sw/source/core/inc/fntcache.hxx b/sw/source/core/inc/fntcache.hxx index 2206d2865398..7d2981b9ba3f 100644 --- a/sw/source/core/inc/fntcache.hxx +++ b/sw/source/core/inc/fntcache.hxx @@ -32,6 +32,7 @@ class SwDrawTextInfo; class ViewShell; class SwSubFont; class MapMode; +class Point; class SwFntCache : public SwCache { diff --git a/sw/source/core/inc/swfont.hxx b/sw/source/core/inc/swfont.hxx index fd94e33ee622..cb8011333343 100644 --- a/sw/source/core/inc/swfont.hxx +++ b/sw/source/core/inc/swfont.hxx @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include // SwDrawTextInfo diff --git a/sw/source/core/layout/anchoreddrawobject.cxx b/sw/source/core/layout/anchoreddrawobject.cxx index 621f5fc83ea7..6b3e5b5be023 100644 --- a/sw/source/core/layout/anchoreddrawobject.cxx +++ b/sw/source/core/layout/anchoreddrawobject.cxx @@ -33,6 +33,7 @@ // --> #i32795# // template class #include +#include // --> #i28749# #include -- cgit