From a6e682faa612fdb2b669ceaae8c9c3f4964c6b29 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 1 Nov 2019 11:31:11 +0200 Subject: find symbols that can be private update the script and make private standalone functions Change-Id: Icb26ce258107700c90f89ad4e0d3329d075a2eb1 Reviewed-on: https://gerrit.libreoffice.org/81879 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/basic/sbdef.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/basic/sbdef.hxx') diff --git a/include/basic/sbdef.hxx b/include/basic/sbdef.hxx index 201a9de37b37..275eacf2a131 100644 --- a/include/basic/sbdef.hxx +++ b/include/basic/sbdef.hxx @@ -71,7 +71,7 @@ enum class PropertyMode BASIC_DLLPUBLIC extern std::pair const RID_BASIC_START[]; BASIC_DLLPUBLIC std::locale BasResLocale(); -BASIC_DLLPUBLIC OUString BasResId(const char* pId); +OUString BasResId(const char* pId); #endif -- cgit