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 --- oox/inc/ooxresid.hxx | 2 +- oox/source/helper/ooxresid.cxx | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'oox') diff --git a/oox/inc/ooxresid.hxx b/oox/inc/ooxresid.hxx index ed51b317269b..8fbcd48d8dac 100644 --- a/oox/inc/ooxresid.hxx +++ b/oox/inc/ooxresid.hxx @@ -13,7 +13,7 @@ #include #include -OOX_DLLPUBLIC OUString OoxResId(const char* pId); +OUString OoxResId(const char* pId); #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ \ No newline at end of file diff --git a/oox/source/helper/ooxresid.cxx b/oox/source/helper/ooxresid.cxx index 82bf4af91153..7d125505203c 100644 --- a/oox/source/helper/ooxresid.cxx +++ b/oox/source/helper/ooxresid.cxx @@ -11,9 +11,6 @@ #include #include -OOX_DLLPUBLIC OUString OoxResId(const char* pId) -{ - return Translate::get(pId, Translate::Create("oox")); -} +OUString OoxResId(const char* pId) { return Translate::get(pId, Translate::Create("oox")); } /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ \ No newline at end of file -- cgit