diff options
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/doc/docedt.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/docnode/ndcopy.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/dbui/mmresultdialogs.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/index/cnttab.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/app/docsh.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/uiview/viewsrch.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/utlui/navipi.cxx | 1 |
7 files changed, 1 insertions, 7 deletions
diff --git a/sw/source/core/doc/docedt.cxx b/sw/source/core/doc/docedt.cxx index 46305d27996f..7161caa5ff92 100644 --- a/sw/source/core/doc/docedt.cxx +++ b/sw/source/core/doc/docedt.cxx @@ -36,7 +36,6 @@ #include <splargs.hxx> #include <txtfrm.hxx> #include <breakit.hxx> -#include <vcl/layout.hxx> #include <editsh.hxx> #include <fmtfld.hxx> #include <docufld.hxx> diff --git a/sw/source/core/docnode/ndcopy.cxx b/sw/source/core/docnode/ndcopy.cxx index 1331c4e5b8a1..e08835cf66e1 100644 --- a/sw/source/core/docnode/ndcopy.cxx +++ b/sw/source/core/docnode/ndcopy.cxx @@ -27,7 +27,6 @@ #include <docary.hxx> #include <ddefld.hxx> #include <swddetbl.hxx> -#include <vcl/fmtfield.hxx> #include <ndindex.hxx> #include <vector> #include <osl/diagnose.h> diff --git a/sw/source/ui/dbui/mmresultdialogs.cxx b/sw/source/ui/dbui/mmresultdialogs.cxx index 4bb4b971d5a9..53a76b8eb2bb 100644 --- a/sw/source/ui/dbui/mmresultdialogs.cxx +++ b/sw/source/ui/dbui/mmresultdialogs.cxx @@ -41,8 +41,8 @@ #include <svl/stritem.hxx> #include <svtools/ehdl.hxx> #include <svtools/sfxecode.hxx> -#include <vcl/layout.hxx> #include <vcl/stdtext.hxx> +#include <vcl/svapp.hxx> #include <vcl/weld.hxx> #include <sfx2/dinfdlg.hxx> #include <sfx2/printer.hxx> diff --git a/sw/source/ui/index/cnttab.cxx b/sw/source/ui/index/cnttab.cxx index 3ef5fb14bb3f..6873180815ea 100644 --- a/sw/source/ui/index/cnttab.cxx +++ b/sw/source/ui/index/cnttab.cxx @@ -22,7 +22,6 @@ #include <sal/log.hxx> #include <svl/style.hxx> #include <vcl/help.hxx> -#include <vcl/layout.hxx> #include <vcl/weld.hxx> #include <svl/stritem.hxx> #include <svl/urihelper.hxx> diff --git a/sw/source/uibase/app/docsh.cxx b/sw/source/uibase/app/docsh.cxx index 2ee6242d6b9f..8ca4d4a07651 100644 --- a/sw/source/uibase/app/docsh.cxx +++ b/sw/source/uibase/app/docsh.cxx @@ -20,7 +20,6 @@ #include <config_features.h> #include <hintids.hxx> -#include <vcl/layout.hxx> #include <vcl/weld.hxx> #include <vcl/svapp.hxx> #include <vcl/syswin.hxx> diff --git a/sw/source/uibase/uiview/viewsrch.cxx b/sw/source/uibase/uiview/viewsrch.cxx index 6d07a2a36441..615c1288052b 100644 --- a/sw/source/uibase/uiview/viewsrch.cxx +++ b/sw/source/uibase/uiview/viewsrch.cxx @@ -43,7 +43,6 @@ #include <svx/srchdlg.hxx> #include <svx/dialogs.hrc> #include <svx/svxids.hrc> -#include <vcl/layout.hxx> #include <editeng/unolingu.hxx> #include <edtwin.hxx> #include <swmodule.hxx> diff --git a/sw/source/uibase/utlui/navipi.cxx b/sw/source/uibase/utlui/navipi.cxx index 4d2615eb5979..0046f06a66f9 100644 --- a/sw/source/uibase/utlui/navipi.cxx +++ b/sw/source/uibase/utlui/navipi.cxx @@ -23,7 +23,6 @@ #include <svl/stritem.hxx> #include <vcl/builderfactory.hxx> #include <vcl/graphicfilter.hxx> -#include <vcl/layout.hxx> #include <svl/urihelper.hxx> #include <sot/formats.hxx> #include <sot/filelist.hxx> |