From 01159643623de55f9e1de84d568032ca919dbd8f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 20 Mar 2020 16:07:46 +0200 Subject: make more classes private in mergedlibs mode Change-Id: I486922d0652f26fa7ee56f5fe308e19fe5ff137e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90856 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svx/dialcontrol.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/svx/dialcontrol.hxx') diff --git a/include/svx/dialcontrol.hxx b/include/svx/dialcontrol.hxx index 44e35e211151..d4eb26650703 100644 --- a/include/svx/dialcontrol.hxx +++ b/include/svx/dialcontrol.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SVX_DIALCONTROL_HXX #define INCLUDED_SVX_DIALCONTROL_HXX +#include #include #include #include @@ -127,7 +128,7 @@ public: Hide(); } private: - struct DialControl_Impl + struct SAL_DLLPRIVATE DialControl_Impl { ScopedVclPtr mxBmpEnabled; ScopedVclPtr mxBmpDisabled; -- cgit