diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-19 15:24:58 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-19 18:11:36 +0100 |
commit | 7752bbe121fa0cd892ffc6ddaf465f519573dc09 (patch) | |
tree | 387a09812ad6a649d6c751726699cd88af2bfffb /include | |
parent | 40496a1910c2fc453f010b0492a79aa62afbbc75 (diff) |
foward declare NotebookBarAddonsItem instead of using include
Change-Id: I57e5a8f28a40994b61ab0f554401e4f70c8ffc12
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111230
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/syswin.hxx | 5 | ||||
-rw-r--r-- | include/vcl/toolkit/dialog.hxx | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/include/vcl/syswin.hxx b/include/vcl/syswin.hxx index 1551f32e5389..fee6afe96917 100644 --- a/include/vcl/syswin.hxx +++ b/include/vcl/syswin.hxx @@ -25,13 +25,16 @@ #include <vcl/vclenum.hxx> #include <vcl/window.hxx> #include <vcl/windowstate.hxx> +#include <com/sun/star/frame/XFrame.hpp> #include <memory> -#include <vcl/notebookbar/NotebookBarAddonsMerger.hxx> +class SalInstanceBuilder; +class ScreenshotTest; class MenuBar; class NotebookBar; class TaskPaneList; class VclBuilder; +struct NotebookBarAddonsItem; #define ICON_LO_DEFAULT 1 #define ICON_TEXT_DOCUMENT 2 diff --git a/include/vcl/toolkit/dialog.hxx b/include/vcl/toolkit/dialog.hxx index cbda9ee4b6fc..6d72044f4c2f 100644 --- a/include/vcl/toolkit/dialog.hxx +++ b/include/vcl/toolkit/dialog.hxx @@ -33,6 +33,7 @@ #include <vcl/abstdlg.hxx> struct DialogImpl; +class Button; class PushButton; class VclBox; class VclButtonBox; |