summaryrefslogtreecommitdiff
path: root/include/vcl/syswin.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-02-21 17:36:39 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-02-22 07:55:23 +0100
commit38604d6cbeb79731aec023615fa0972dda7715b1 (patch)
treeaf45a7d3629bbc08d396629f30575f90c99fe276 /include/vcl/syswin.hxx
parent5098f825931604004caf37069a3fb38359c837a4 (diff)
Merely forward-declare NotebookBar in vcl/syswin.hxx
Change-Id: Ia29e495130f5b83f3422d68597dedcb3b0b27a07 Reviewed-on: https://gerrit.libreoffice.org/50120 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/vcl/syswin.hxx')
-rw-r--r--include/vcl/syswin.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/syswin.hxx b/include/vcl/syswin.hxx
index 8dc9bfee1e68..625143ebec6b 100644
--- a/include/vcl/syswin.hxx
+++ b/include/vcl/syswin.hxx
@@ -24,13 +24,13 @@
#include <vcl/dllapi.h>
#include <vcl/builder.hxx>
#include <vcl/idle.hxx>
-#include <vcl/notebookbar.hxx>
#include <vcl/window.hxx>
#include <o3tl/typed_flags_set.hxx>
#include <memory>
class ModalDialog;
class MenuBar;
+class NotebookBar;
class TaskPaneList;
class VclContainer;