diff options
Diffstat (limited to 'include/vcl/notebookbar.hxx')
-rw-r--r-- | include/vcl/notebookbar.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/notebookbar.hxx b/include/vcl/notebookbar.hxx index 1e9ab288d9b4..4a031753609a 100644 --- a/include/vcl/notebookbar.hxx +++ b/include/vcl/notebookbar.hxx @@ -12,11 +12,11 @@ #include <vcl/builder.hxx> #include <vcl/ctrl.hxx> -#include <vcl/EnumContext.hxx> -#include <vcl/NotebookbarContextControl.hxx> -#include <com/sun/star/ui/XContextChangeEventListener.hpp> #include <vector> +namespace com { namespace sun { namespace star { namespace ui { class XContextChangeEventListener; } } } } + +class NotebookbarContextControl; class SystemWindow; /// This implements Widget Layout-based notebook-like menu bar. |