diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-11-20 16:48:05 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-11-21 21:20:52 +0100 |
commit | 3828a5b35f9ac4006461fa46cbe30e4dde01d01f (patch) | |
tree | 87651a49d6acc418800a179eb4767bd5c7c8cbfc /sfx2 | |
parent | 78091a860ade61addab12ae5e541fa01707bfb59 (diff) |
these don't need to include vcl/button.hxx anymore
Change-Id: I6af85519b1fd55c1b4192cbdc9661b053b302f51
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106287
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/objserv.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/sidebar/FocusManager.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/view/viewfrm.cxx | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx index 3930e451c916..5a4354b92717 100644 --- a/sfx2/source/doc/objserv.cxx +++ b/sfx2/source/doc/objserv.cxx @@ -58,7 +58,6 @@ #include <svtools/DocumentToGraphicRenderer.hxx> #include <vcl/gdimtf.hxx> #include <vcl/svapp.hxx> -#include <vcl/button.hxx> #include <vcl/weld.hxx> #include <comphelper/documentconstants.hxx> #include <comphelper/storagehelper.hxx> diff --git a/sfx2/source/sidebar/FocusManager.cxx b/sfx2/source/sidebar/FocusManager.cxx index 484aeef503cc..967256a46875 100644 --- a/sfx2/source/sidebar/FocusManager.cxx +++ b/sfx2/source/sidebar/FocusManager.cxx @@ -22,9 +22,7 @@ #include <sidebar/DeckTitleBar.hxx> #include <sidebar/PanelTitleBar.hxx> #include <sidebar/TitleBar.hxx> -#include <vcl/button.hxx> #include <vcl/event.hxx> -#include <vcl/toolbox.hxx> #include <vcl/svapp.hxx> #include <toolkit/helper/vclunohelper.hxx> diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx index d525fa400859..46a7c4d9dc42 100644 --- a/sfx2/source/view/viewfrm.cxx +++ b/sfx2/source/view/viewfrm.cxx @@ -36,7 +36,6 @@ #include <officecfg/Office/Common.hxx> #include <officecfg/Setup.hxx> #include <toolkit/helper/vclunohelper.hxx> -#include <vcl/button.hxx> #include <vcl/wrkwin.hxx> #include <unotools/moduleoptions.hxx> #include <svl/intitem.hxx> |