summaryrefslogtreecommitdiff
path: root/include/vcl/salnativewidgets.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-11-06 07:42:13 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-11-15 08:13:06 +0100
commit158fbb78cad97787e193cf95832fe26da69e4403 (patch)
tree63ce489df745629a119ad4142364bccd5cf8670c /include/vcl/salnativewidgets.hxx
parent3c825bcc483d24bc408f7438d966c79a1f5b084c (diff)
make some classes module-private
Change-Id: I95845d7217fc5e77e3f8e205030e9cd761ad0cc5 Reviewed-on: https://gerrit.libreoffice.org/82116 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/salnativewidgets.hxx')
-rw-r--r--include/vcl/salnativewidgets.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/salnativewidgets.hxx b/include/vcl/salnativewidgets.hxx
index 4ae64ace4602..f396b94c5f52 100644
--- a/include/vcl/salnativewidgets.hxx
+++ b/include/vcl/salnativewidgets.hxx
@@ -450,7 +450,7 @@ class SAL_DLLPUBLIC_RTTI SpinbuttonValue final : public ImplControlValue
*
* Value container for toolbars detailing the grip position
*/
-class VCL_DLLPUBLIC ToolbarValue final : public ImplControlValue
+class ToolbarValue final : public ImplControlValue
{
public:
ToolbarValue() : ImplControlValue( ControlType::Toolbar, 0 )