summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-02-17 12:28:37 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-02-17 15:44:17 +0100
commit85ceb1c70fd3bcd723c92bd3c2658d13eb8b137d (patch)
tree95dfe2e7f4a00162967e0dd25f56ce7b4812d92e /include/sfx2
parent11345d8b7e3e1c6bbe940c08cc284e257e0811d0 (diff)
remove some unnecessary button.hxx includes
and update pches Change-Id: I61ca0be7a838e4eec6c41e0ece58d8a6b0e64c37 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88861 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/sidebar/TabBar.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/sfx2/sidebar/TabBar.hxx b/include/sfx2/sidebar/TabBar.hxx
index 66188b6b5ccf..9d57b90a2039 100644
--- a/include/sfx2/sidebar/TabBar.hxx
+++ b/include/sfx2/sidebar/TabBar.hxx
@@ -23,12 +23,15 @@
#include <sfx2/sidebar/ResourceManager.hxx>
-#include <vcl/button.hxx>
#include <vcl/menu.hxx>
#include <vcl/window.hxx>
#include <functional>
+class Button;
+class CheckBox;
+class RadioButton;
+
namespace svt { class AcceleratorExecute; }
namespace sfx2 { namespace sidebar {