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/svx/ClassificationEditView.hxx | |
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/svx/ClassificationEditView.hxx')
-rw-r--r-- | include/svx/ClassificationEditView.hxx | 1 |
1 files changed, 1 insertions, 0 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> |