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 /vcl | |
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 'vcl')
-rw-r--r-- | vcl/source/control/tabctrl.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/control/tabctrl.cxx b/vcl/source/control/tabctrl.cxx index 94b964dc52c1..507ebc132571 100644 --- a/vcl/source/control/tabctrl.cxx +++ b/vcl/source/control/tabctrl.cxx @@ -17,7 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <sal/config.h> +#include <vcl/notebookbar.hxx> #include <vcl/svapp.hxx> #include <vcl/help.hxx> #include <vcl/event.hxx> |