diff options
author | anfanite396 <dipamt1729@gmail.com> | 2023-03-17 21:00:19 +0530 |
---|---|---|
committer | Hossein <hossein@libreoffice.org> | 2023-05-11 10:35:53 +0200 |
commit | 35845a056e332c1d78d536b613aeb3183af09a91 (patch) | |
tree | bbf153ef7e5e085f9dc62494c1c182d4c2c424d2 /vcl/source | |
parent | 37232295b8800e6a5a82b5e8965dbb00e0c1417d (diff) |
tdf#97228 Move MenubarValue class to separate include file
Change-Id: I5da4bb1765f91d1f9d78e27221d243d5c2ef92e9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149076
Tested-by: Jenkins
Reviewed-by: Hossein <hossein@libreoffice.org>
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/outdev/nativecontrols.cxx | 1 | ||||
-rw-r--r-- | vcl/source/window/menubarwindow.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/outdev/nativecontrols.cxx b/vcl/source/outdev/nativecontrols.cxx index cee9408d6cfb..1b035c72bd2d 100644 --- a/vcl/source/outdev/nativecontrols.cxx +++ b/vcl/source/outdev/nativecontrols.cxx @@ -26,6 +26,7 @@ #include <salgdi.hxx> #include <toolbarvalue.hxx> +#include <menubarvalue.hxx> #include <cassert> diff --git a/vcl/source/window/menubarwindow.cxx b/vcl/source/window/menubarwindow.cxx index 0109bb559503..89e6b9246148 100644 --- a/vcl/source/window/menubarwindow.cxx +++ b/vcl/source/window/menubarwindow.cxx @@ -33,6 +33,7 @@ #include <bitmaps.hlst> #include <window.h> #include "bufferdevice.hxx" +#include <menubarvalue.hxx> // document closing button #define IID_DOCUMENTCLOSE 1 |