diff options
author | VaibhavMalik4187 <vaibhavmalik2018@gmail.com> | 2022-04-20 00:10:15 +0200 |
---|---|---|
committer | Hossein <hossein@libreoffice.org> | 2022-04-20 01:36:42 +0200 |
commit | ed007423eb4b6d1560d81317b20f291d81bced28 (patch) | |
tree | 9c836b96262113867fd83467c6b6a97ab8b7f38d /vcl/source/outdev | |
parent | e9dbbf0f184e4f742d5f0e1a6bc9adcd9d765739 (diff) |
tdf#97228 Move ToolbarValue class to separate include file
The ToolbarValue class defined in include/vcl/salnativewidgets.hxx
was used only by vcl. Therefore, it is now moved to a seperate include
file named toolbarvalue.hxx which is inside vcl/inc folder.
This header file only contains the definition of the the ToolbarValue
class. All the files that references the ToolbarValue class now
include toolbarvalue.hxx.
Change-Id: I78fe3ceb09892c5d3f720ee3d66111bdcdf48db2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131321
Tested-by: Jenkins
Reviewed-by: Hossein <hossein@libreoffice.org>
Diffstat (limited to 'vcl/source/outdev')
-rw-r--r-- | vcl/source/outdev/nativecontrols.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/outdev/nativecontrols.cxx b/vcl/source/outdev/nativecontrols.cxx index 48ea73db4bf9..a8557259adc7 100644 --- a/vcl/source/outdev/nativecontrols.cxx +++ b/vcl/source/outdev/nativecontrols.cxx @@ -23,6 +23,7 @@ #include <vcl/virdev.hxx> #include <vcl/window.hxx> #include <sal/log.hxx> +#include <toolbarvalue.hxx> #include <vcl/salnativewidgets.hxx> #include <vcl/pdfextoutdevdata.hxx> |