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/basic/codecompletecache.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/basic/codecompletecache.hxx') diff --git a/include/basic/codecompletecache.hxx b/include/basic/codecompletecache.hxx index d7ce0f69f0d4..8f4b4a565c1c 100644 --- a/include/basic/codecompletecache.hxx +++ b/include/basic/codecompletecache.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_BASIC_CODECOMPLETECACHE_HXX #define INCLUDED_BASIC_CODECOMPLETECACHE_HXX +#include #include #include #include @@ -67,7 +68,7 @@ public: static void SetAutoCorrectOn( bool b ); }; -class BASIC_DLLPUBLIC CodeCompleteDataCache final +class UNLESS_MERGELIBS(BASIC_DLLPUBLIC) CodeCompleteDataCache final { /* * cache to store data for -- cgit