diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-02 20:20:34 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-03 11:10:58 +0200 |
commit | ee2e8d0c0670b4eeecd73b76d7f182fa003426ae (patch) | |
tree | f193f1b96759ec29e09f7a1d8a2f5ca0381c5760 /sfx2 | |
parent | 72d22380f9356b196e51299bf608c192b6fd6cf7 (diff) |
drop some unnecessary includes
Change-Id: I656ed2e29988fe47e4db8fa2ea8edec022bd56c2
Reviewed-on: https://gerrit.libreoffice.org/80098
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/appopen.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/appl/appquit.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/appl/lnkbase2.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/appl/sfxhelp.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/dialog/newstyle.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/dialog/tabdlg.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/doc/autoredactdialog.cxx | 3 | ||||
-rw-r--r-- | sfx2/source/doc/new.cxx | 1 |
8 files changed, 3 insertions, 10 deletions
diff --git a/sfx2/source/appl/appopen.cxx b/sfx2/source/appl/appopen.cxx index fde6a67522d3..761b3a816dd8 100644 --- a/sfx2/source/appl/appopen.cxx +++ b/sfx2/source/appl/appopen.cxx @@ -50,7 +50,6 @@ #include <vcl/wrkwin.hxx> #include <svl/intitem.hxx> -#include <vcl/layout.hxx> #include <svl/stritem.hxx> #include <svl/eitem.hxx> #include <sfx2/doctempl.hxx> diff --git a/sfx2/source/appl/appquit.cxx b/sfx2/source/appl/appquit.cxx index 77e27606f8ee..bf034e9b2b9b 100644 --- a/sfx2/source/appl/appquit.cxx +++ b/sfx2/source/appl/appquit.cxx @@ -23,7 +23,6 @@ #include <basic/sbstar.hxx> #include <svl/svdde.hxx> -#include <vcl/layout.hxx> #include <svl/eitem.hxx> #include <unotools/saveopt.hxx> diff --git a/sfx2/source/appl/lnkbase2.cxx b/sfx2/source/appl/lnkbase2.cxx index 6d9d9808fad6..9d234bf82c81 100644 --- a/sfx2/source/appl/lnkbase2.cxx +++ b/sfx2/source/appl/lnkbase2.cxx @@ -24,7 +24,6 @@ #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/ui/dialogs/TemplateDescription.hpp> -#include <vcl/layout.hxx> #include <sfx2/linkmgr.hxx> #include <vcl/svapp.hxx> #include <vcl/weld.hxx> diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx index 48147b9245c5..2c1f5e823cbd 100644 --- a/sfx2/source/appl/sfxhelp.cxx +++ b/sfx2/source/appl/sfxhelp.cxx @@ -71,7 +71,7 @@ #include <vcl/commandinfoprovider.hxx> #include <vcl/dialog.hxx> #include <vcl/keycod.hxx> -#include <vcl/layout.hxx> +#include <vcl/settings.hxx> #include <vcl/waitobj.hxx> #include <vcl/weld.hxx> #include <svtools/ehdl.hxx> diff --git a/sfx2/source/dialog/newstyle.cxx b/sfx2/source/dialog/newstyle.cxx index 003a58f0eb92..088dbe6ddbdb 100644 --- a/sfx2/source/dialog/newstyle.cxx +++ b/sfx2/source/dialog/newstyle.cxx @@ -22,7 +22,7 @@ #include <sfx2/newstyle.hxx> #include <sfx2/strings.hrc> #include <sfx2/sfxresid.hxx> -#include <vcl/layout.hxx> +#include <vcl/svapp.hxx> #include <vcl/weld.hxx> // Private methods ------------------------------------------------------ diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx index 3704cd1f3888..719563505f2d 100644 --- a/sfx2/source/dialog/tabdlg.cxx +++ b/sfx2/source/dialog/tabdlg.cxx @@ -34,9 +34,7 @@ #include <sfx2/sfxdlg.hxx> #include <sfx2/viewsh.hxx> #include <unotools/viewoptions.hxx> -#include <vcl/builder.hxx> #include <vcl/IDialogRenderable.hxx> -#include <vcl/layout.hxx> #include <sal/log.hxx> #include <osl/diagnose.h> diff --git a/sfx2/source/doc/autoredactdialog.cxx b/sfx2/source/doc/autoredactdialog.cxx index dfb90caa73a0..810952257c37 100644 --- a/sfx2/source/doc/autoredactdialog.cxx +++ b/sfx2/source/doc/autoredactdialog.cxx @@ -24,9 +24,8 @@ #include <svl/itemset.hxx> #include <svtools/ehdl.hxx> #include <svtools/sfxecode.hxx> +#include <vcl/svapp.hxx> #include <vcl/idle.hxx> -#include <vcl/layout.hxx> -#include <vcl/waitobj.hxx> #include <vcl/weld.hxx> #include <tools/debug.hxx> #include <tools/urlobj.hxx> diff --git a/sfx2/source/doc/new.cxx b/sfx2/source/doc/new.cxx index c28520d62c6b..32abbf890f76 100644 --- a/sfx2/source/doc/new.cxx +++ b/sfx2/source/doc/new.cxx @@ -19,7 +19,6 @@ #include <osl/file.hxx> #include <sfx2/new.hxx> -#include <vcl/layout.hxx> #include <vcl/idle.hxx> #include <vcl/gdimtf.hxx> #include <svl/itemset.hxx> |