diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-04-07 21:02:30 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-04-08 09:32:32 +0200 |
commit | d9e0d49434c216d8f24a7f8e696286298d96b568 (patch) | |
tree | e82ad8490a05c1d6a19cf428df5e6f4757d13af6 /sfx2 | |
parent | 722b7a18c04aa69bfa10aaac8d47648912af94db (diff) |
drop some unneeded includes
Change-Id: I4357b70a6affa763b844034bb8f33f101bfa9287
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113774
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/openuriexternally.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/sidebar/DeckLayouter.cxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/source/appl/openuriexternally.cxx b/sfx2/source/appl/openuriexternally.cxx index f8c5eda0c500..8ef0ed2ea5ba 100644 --- a/sfx2/source/appl/openuriexternally.cxx +++ b/sfx2/source/appl/openuriexternally.cxx @@ -20,7 +20,6 @@ #include <sfx2/app.hxx> #include <sfx2/sfxresid.hxx> #include <vcl/svapp.hxx> -#include <vcl/window.hxx> #include <vcl/weld.hxx> #include <openuriexternally.hxx> #include <comphelper/lok.hxx> diff --git a/sfx2/source/sidebar/DeckLayouter.cxx b/sfx2/source/sidebar/DeckLayouter.cxx index aea8b9b651ee..c60549e5d65e 100644 --- a/sfx2/source/sidebar/DeckLayouter.cxx +++ b/sfx2/source/sidebar/DeckLayouter.cxx @@ -28,8 +28,6 @@ #include <comphelper/lok.hxx> #include <comphelper/processfactory.hxx> -#include <vcl/window.hxx> -#include <vcl/scrbar.hxx> #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/frame/Desktop.hpp> |