summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-08-30 22:47:36 +0200
committerEike Rathke <erack@redhat.com>2016-08-30 23:09:17 +0200
commite3df93d03c19bc75d1aeb340f056f57db3f4f46c (patch)
tree7ee49c2d04c6499536c3f4f57bfd59439f0b21b4 /linguistic
parentd3351ca3c73263fb0151970e7924dff5fa105504 (diff)
return const&
Change-Id: Ia36a6c13dab4c6dbdcff45bfa432835296eec868
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/misc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/misc.cxx b/linguistic/source/misc.cxx
index 29a057fbfb2b..37f20fb95df3 100644
--- a/linguistic/source/misc.cxx
+++ b/linguistic/source/misc.cxx
@@ -68,7 +68,7 @@ osl::Mutex & GetLinguMutex()
return LinguMutex::get();
}
-LocaleDataWrapper & GetLocaleDataWrapper( LanguageType nLang )
+const LocaleDataWrapper & GetLocaleDataWrapper( LanguageType nLang )
{
static LocaleDataWrapper aLclDtaWrp( SvtSysLocale().GetLanguageTag() );