summaryrefslogtreecommitdiff
path: root/include/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 /include/linguistic
parentd3351ca3c73263fb0151970e7924dff5fa105504 (diff)
return const&
Change-Id: Ia36a6c13dab4c6dbdcff45bfa432835296eec868
Diffstat (limited to 'include/linguistic')
-rw-r--r--include/linguistic/misc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linguistic/misc.hxx b/include/linguistic/misc.hxx
index 52f7a696533a..7ba3d2fa7a69 100644
--- a/include/linguistic/misc.hxx
+++ b/include/linguistic/misc.hxx
@@ -80,7 +80,7 @@ enum class CapType
LNG_DLLPUBLIC ::osl::Mutex& GetLinguMutex();
-LocaleDataWrapper & GetLocaleDataWrapper( LanguageType nLang );
+const LocaleDataWrapper & GetLocaleDataWrapper( LanguageType nLang );
sal_Int32 LevDistance( const OUString &rTxt1, const OUString &rTxt2 );