summaryrefslogtreecommitdiff
path: root/include/xmloff/txtprmap.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-03-11 12:06:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-03-13 08:14:38 +0100
commitcd35a509ef6d0e1c09e19879fc6dc6a0ecc25bb4 (patch)
treeb8f0a417b4341f5ac9516f976550d6037acdad90 /include/xmloff/txtprmap.hxx
parent61580fcbd10bad2e0aab663d4c8fe43c1e01f92c (diff)
reduce symbol visibility in --enable-mergelibs=more mode
Change-Id: If811c9ec336543227db73c990248b9113846cf2f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164657 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff/txtprmap.hxx')
-rw-r--r--include/xmloff/txtprmap.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xmloff/txtprmap.hxx b/include/xmloff/txtprmap.hxx
index 53b2a36edfa0..9efbb085688c 100644
--- a/include/xmloff/txtprmap.hxx
+++ b/include/xmloff/txtprmap.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_XMLOFF_TXTPRMAP_HXX
#define INCLUDED_XMLOFF_TXTPRMAP_HXX
+#include <config_options.h>
#include <xmloff/contextid.hxx>
#include <xmloff/xmlprmap.hxx>
@@ -219,7 +220,7 @@ enum class TextPropMap {
CELL = 11
};
-class XMLOFF_DLLPUBLIC XMLTextPropertySetMapper final : public XMLPropertySetMapper
+class UNLESS_MERGELIBS_MORE(XMLOFF_DLLPUBLIC) XMLTextPropertySetMapper final : public XMLPropertySetMapper
{
public:
XMLTextPropertySetMapper( TextPropMap nType, bool bForExport );