summaryrefslogtreecommitdiff
path: root/linguistic/source/dicimp.cxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-08-30 20:45:36 +0200
committerEike Rathke <erack@redhat.com>2016-08-30 20:46:57 +0200
commit9a2d6e7e77a660560af9d5b1bbe3a5171176f8d6 (patch)
treea87297f66df72a5c3d053fa391fa80472082d862 /linguistic/source/dicimp.cxx
parentc7fd6532682a12d8981e6b19b4fbb75d6d3c412c (diff)
Related: tdf#83376 fallback to known in linguistic context is wrong, always.
Change-Id: I2f06818e6569fd7e59b94d11b69808a2b81490d5
Diffstat (limited to 'linguistic/source/dicimp.cxx')
-rw-r--r--linguistic/source/dicimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/dicimp.cxx b/linguistic/source/dicimp.cxx
index a6d31270054c..0b9fdce21925 100644
--- a/linguistic/source/dicimp.cxx
+++ b/linguistic/source/dicimp.cxx
@@ -122,7 +122,7 @@ sal_Int16 ReadDicVersion( SvStreamPtr &rpStream, sal_uInt16 &nLng, bool &bNeg )
if (aTagValue == "<none>")
nLng = LANGUAGE_NONE;
else
- nLng = LanguageTag::convertToLanguageTypeWithFallback(
+ nLng = LanguageTag::convertToLanguageType(
OStringToOUString( aTagValue, RTL_TEXTENCODING_ASCII_US));
}