summaryrefslogtreecommitdiff
path: root/starmath
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 /starmath
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 'starmath')
-rw-r--r--starmath/inc/smdll.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/starmath/inc/smdll.hxx b/starmath/inc/smdll.hxx
index 1a1e175c8811..44a5a0f866e1 100644
--- a/starmath/inc/smdll.hxx
+++ b/starmath/inc/smdll.hxx
@@ -19,11 +19,12 @@
#pragma once
+#include <config_options.h>
#include "smdllapi.hxx"
namespace SmGlobals
{
-SM_DLLPUBLIC void ensure();
+UNLESS_MERGELIBS_MORE(SM_DLLPUBLIC) void ensure();
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */