diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-22 08:40:43 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-22 20:31:27 +0100 |
commit | 5f520f757774db17ea4e33d34c724cf2af3adcba (patch) | |
tree | 311668c50e69fa29f6e9d54605a361f374c00147 /vcl/inc/widgetdraw | |
parent | f394ea0b6b58ed516977803f00c0147bb0facc25 (diff) |
make some classes module-private
Change-Id: If7303a082e06f6937fca911c578a40475546cda2
Reviewed-on: https://gerrit.libreoffice.org/83442
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/widgetdraw')
-rw-r--r-- | vcl/inc/widgetdraw/WidgetDefinition.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/widgetdraw/WidgetDefinition.hxx b/vcl/inc/widgetdraw/WidgetDefinition.hxx index 50a853a6c1a6..d1fdcb2492cf 100644 --- a/vcl/inc/widgetdraw/WidgetDefinition.hxx +++ b/vcl/inc/widgetdraw/WidgetDefinition.hxx @@ -155,7 +155,7 @@ template <> struct VCL_DLLPUBLIC hash<vcl::ControlTypeAndPart> namespace vcl { -class VCL_DLLPUBLIC WidgetDefinitionState +class WidgetDefinitionState { public: OString msEnabled; |