sw/inc/txtfld.hxx | 1 - sw/inc/unocrsrhelper.hxx | 1 - sw/inc/unotextrange.hxx | 2 -- sw/source/core/txtnode/atrfld.cxx | 1 + sw/source/filter/html/swhtml.hxx | 1 - sw/source/ui/inc/uiitems.hxx | 2 +- 6 files changed, 2 insertions(+), 6 deletions(-)
New commits: commit c4ebd00813f0f9ac333546db9d87d2da2563f2fb Author: Matteo Casalin <[email protected]> Date: Sun Jun 9 10:20:17 2013 +0200 include cleanup Change-Id: I7818fe1f6acedc40b1bdd59cfa7e8fe23a6c685e Reviewed-on: https://gerrit.libreoffice.org/4209 Reviewed-by: Miklos Vajna <[email protected]> Tested-by: Miklos Vajna <[email protected]> diff --git a/sw/inc/txtfld.hxx b/sw/inc/txtfld.hxx index b1e4975..5368aa5 100644 --- a/sw/inc/txtfld.hxx +++ b/sw/inc/txtfld.hxx @@ -21,7 +21,6 @@ #include <txatbase.hxx> #include <tools/string.hxx> -#include <pam.hxx> class SwTxtNode; diff --git a/sw/inc/unocrsrhelper.hxx b/sw/inc/unocrsrhelper.hxx index b882582..7863d57 100644 --- a/sw/inc/unocrsrhelper.hxx +++ b/sw/inc/unocrsrhelper.hxx @@ -35,7 +35,6 @@ class SfxItemPropertySet; struct SfxItemPropertySimpleEntry; class SdrObject; class SwTxtNode; -class SwPaM; class SwCursor; class SwUnoCrsr; class SwUnoTableCrsr; diff --git a/sw/inc/unotextrange.hxx b/sw/inc/unotextrange.hxx index 6d0e8f0..2370345 100644 --- a/sw/inc/unotextrange.hxx +++ b/sw/inc/unotextrange.hxx @@ -38,8 +38,6 @@ class SwDoc; -struct SwPosition; -class SwPaM; class SwUnoCrsr; class SwFrmFmt; diff --git a/sw/source/core/txtnode/atrfld.cxx b/sw/source/core/txtnode/atrfld.cxx index 06f3649..e6734e4 100644 --- a/sw/source/core/txtnode/atrfld.cxx +++ b/sw/source/core/txtnode/atrfld.cxx @@ -24,6 +24,7 @@ #include <docufld.hxx> #include <doc.hxx> +#include "pam.hxx" #include "reffld.hxx" #include "ddefld.hxx" #include "usrfld.hxx" diff --git a/sw/source/filter/html/swhtml.hxx b/sw/source/filter/html/swhtml.hxx index 33af70b..d3e0ab4 100644 --- a/sw/source/filter/html/swhtml.hxx +++ b/sw/source/filter/html/swhtml.hxx @@ -25,7 +25,6 @@ #include <fmtornt.hxx> #include <com/sun/star/drawing/XShape.hpp> #include <com/sun/star/form/XFormComponent.hpp> -#include <pam.hxx> #include "calbck.hxx" #include "htmlvsh.hxx" diff --git a/sw/source/ui/inc/uiitems.hxx b/sw/source/ui/inc/uiitems.hxx index eeb7385..c10bde2 100644 --- a/sw/source/ui/inc/uiitems.hxx +++ b/sw/source/ui/inc/uiitems.hxx @@ -23,10 +23,10 @@ #include "swdllapi.h" #include "cmdid.h" #include "pagedesc.hxx" -#include "pam.hxx" class SwNumRule; class IntlWrapper; +class SwPaM; /*-------------------------------------------------------------------- Description: container for FootNote _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
