From ed007423eb4b6d1560d81317b20f291d81bced28 Mon Sep 17 00:00:00 2001 From: VaibhavMalik4187 Date: Wed, 20 Apr 2022 00:10:15 +0200 Subject: 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 --- vcl/source/outdev/nativecontrols.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'vcl/source/outdev') 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 #include #include +#include #include #include -- cgit