[Libreoffice-commits] core.git: sfx2/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Sat Nov 21 20:21:37 UTC 2020
sfx2/source/doc/objserv.cxx | 1 -
sfx2/source/sidebar/FocusManager.cxx | 2 --
sfx2/source/view/viewfrm.cxx | 1 -
3 files changed, 4 deletions(-)
New commits:
commit 3828a5b35f9ac4006461fa46cbe30e4dde01d01f
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Nov 20 16:48:05 2020 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Sat Nov 21 21:20:52 2020 +0100
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 at redhat.com>
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>
More information about the Libreoffice-commits
mailing list