diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-02-21 17:36:39 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-02-22 07:55:23 +0100 |
commit | 38604d6cbeb79731aec023615fa0972dda7715b1 (patch) | |
tree | af45a7d3629bbc08d396629f30575f90c99fe276 /include | |
parent | 5098f825931604004caf37069a3fb38359c837a4 (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')
-rw-r--r-- | include/svx/ClassificationEditView.hxx | 1 | ||||
-rw-r--r-- | include/vcl/syswin.hxx | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/svx/ClassificationEditView.hxx b/include/svx/ClassificationEditView.hxx index 576fe8044af2..cc2a30df78db 100644 --- a/include/svx/ClassificationEditView.hxx +++ b/include/svx/ClassificationEditView.hxx @@ -13,6 +13,7 @@ #include <sal/config.h> #include <svx/svxdllapi.h> +#include <vcl/ctrl.hxx> #include <vcl/dialog.hxx> #include <editeng/flditem.hxx> #include <editeng/numitem.hxx> 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; |