summaryrefslogtreecommitdiff
path: root/include/vcl/tabctrl.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-01-26 08:52:19 +0000
committerCaolán McNamara <caolanm@redhat.com>2022-01-26 12:07:18 +0100
commit6443c79170d0082142850262b293ddec5fcde84b (patch)
tree12aa5c2ee8b0ee14beb18d8aee498cab4594fc02 /include/vcl/tabctrl.hxx
parent26a750aac8e6bcf3d6d064ac6ef59005f95e34c3 (diff)
move ToolBoxItemId into its own header
Change-Id: I34838bee7ad27bfd60d92c26af7eb2de508686b9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128974 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/tabctrl.hxx')
-rw-r--r--include/vcl/tabctrl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/tabctrl.hxx b/include/vcl/tabctrl.hxx
index b749130fb6ff..1597845df562 100644
--- a/include/vcl/tabctrl.hxx
+++ b/include/vcl/tabctrl.hxx
@@ -23,7 +23,6 @@
#include <config_options.h>
#include <vcl/dllapi.h>
#include <vcl/ctrl.hxx>
-#include <vcl/toolbox.hxx>
#include <vcl/EnumContext.hxx>
#include <vcl/NotebookbarContextControl.hxx>
@@ -33,6 +32,7 @@ class TabPage;
class Button;
class PushButton;
class ListBox;
+class ToolBox;
#ifndef TAB_APPEND
#define TAB_APPEND (sal_uInt16(0xFFFF))