summaryrefslogtreecommitdiffstats
path: root/include/xmloff/HatchStyle.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-03-20 16:07:46 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-03-23 12:05:36 +0100
commit01159643623de55f9e1de84d568032ca919dbd8f (patch)
treece16c0be84c8648eae7afb69196b02393bc71c2f /include/xmloff/HatchStyle.hxx
parentalways set ForceMakeVisible (diff)
downloadcore-01159643623de55f9e1de84d568032ca919dbd8f.tar.gz
core-01159643623de55f9e1de84d568032ca919dbd8f.zip
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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff/HatchStyle.hxx')
-rw-r--r--include/xmloff/HatchStyle.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/xmloff/HatchStyle.hxx b/include/xmloff/HatchStyle.hxx
index f272ed161ed0..e556f719da46 100644
--- a/include/xmloff/HatchStyle.hxx
+++ b/include/xmloff/HatchStyle.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_XMLOFF_HATCHSTYLE_HXX
#define INCLUDED_XMLOFF_HATCHSTYLE_HXX
+#include <config_options.h>
#include <sal/config.h>
#include <xmloff/dllapi.h>
#include <rtl/ustring.hxx>
@@ -33,7 +34,7 @@ namespace com { namespace sun { namespace star {
} } }
-class XMLOFF_DLLPUBLIC XMLHatchStyleImport
+class UNLESS_MERGELIBS(XMLOFF_DLLPUBLIC) XMLHatchStyleImport
{
SvXMLImport& rImport;
@@ -47,7 +48,7 @@ public:
OUString& rStrName );
};
-class XMLOFF_DLLPUBLIC XMLHatchStyleExport
+class UNLESS_MERGELIBS(XMLOFF_DLLPUBLIC) XMLHatchStyleExport
{
SvXMLExport& rExport;