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 --- emfio/inc/mtftools.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emfio') diff --git a/emfio/inc/mtftools.hxx b/emfio/inc/mtftools.hxx index e61e19f5a58c..9506b4f5f31c 100644 --- a/emfio/inc/mtftools.hxx +++ b/emfio/inc/mtftools.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_EMFIO_INC_MTFTOOLS_HXX #define INCLUDED_EMFIO_INC_MTFTOOLS_HXX +#include #include #include #include @@ -314,7 +315,7 @@ namespace emfio virtual ~GDIObj() = default; // Polymorphic base class }; - struct EMFIO_DLLPUBLIC WinMtfFontStyle final : GDIObj + struct UNLESS_MERGELIBS(EMFIO_DLLPUBLIC) WinMtfFontStyle final : GDIObj { vcl::Font aFont; -- cgit