summaryrefslogtreecommitdiff
path: root/sw/source/uibase/config/fontcfg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/config/fontcfg.cxx')
-rw-r--r--sw/source/uibase/config/fontcfg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/config/fontcfg.cxx b/sw/source/uibase/config/fontcfg.cxx
index 88caae484258..73b8b52ce965 100644
--- a/sw/source/uibase/config/fontcfg.cxx
+++ b/sw/source/uibase/config/fontcfg.cxx
@@ -31,7 +31,7 @@
using namespace utl;
using namespace com::sun::star::uno;
-static inline LanguageType lcl_LanguageOfType(sal_Int16 nType, LanguageType eWestern, LanguageType eCJK, LanguageType eCTL)
+static LanguageType lcl_LanguageOfType(sal_Int16 nType, LanguageType eWestern, LanguageType eCJK, LanguageType eCTL)
{
return nType < FONT_STANDARD_CJK
? eWestern