diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-19 14:58:30 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-19 18:11:15 +0100 |
commit | 40496a1910c2fc453f010b0492a79aa62afbbc75 (patch) | |
tree | 0eb21a9603540ff481540937fba71600b73cb331 /include/vcl/notebookbar/notebookbar.hxx | |
parent | 58a8289afb507603c6ec00594ffd7fffd859b6be (diff) |
forward declare VclBuilder in VclBuilderContainer
so we can hide it as a detail
Change-Id: I8ab9097c04a16684ee89a92713ef5975d83b76bc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111225
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/notebookbar/notebookbar.hxx')
-rw-r--r-- | include/vcl/notebookbar/notebookbar.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/notebookbar/notebookbar.hxx b/include/vcl/notebookbar/notebookbar.hxx index 4e5c24631eb0..635bea058f2a 100644 --- a/include/vcl/notebookbar/notebookbar.hxx +++ b/include/vcl/notebookbar/notebookbar.hxx @@ -9,7 +9,7 @@ #pragma once -#include <vcl/builder.hxx> +#include <vcl/syswin.hxx> #include <vcl/ctrl.hxx> #include <vcl/notebookbar/NotebookBarAddonsMerger.hxx> #include <vcl/settings.hxx> |