summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-04-28 17:56:09 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-04-28 18:26:58 +0200
commit6194da0903528ecf07a4dcbea76ce5de6a5c2465 (patch)
tree20cd6c2c973eecab3aa82cedaf2149028f901204 /linguistic
parente66308b3d8ba6945c13467a2d7759e9637f40b23 (diff)
loplugin:salunicodeliteral: linguistic
Change-Id: Idafaabdb44dbb8a608d5ca8f707ff144df3f3384
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/dlistimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/dlistimp.cxx b/linguistic/source/dlistimp.cxx
index 5ac22f539e54..e432114d75ab 100644
--- a/linguistic/source/dlistimp.cxx
+++ b/linguistic/source/dlistimp.cxx
@@ -771,7 +771,7 @@ static void AddInternal(
{
//! TL TODO: word iterator should be used to break up the text
OUString aDelim("!\"#$%&'()*+,-/:;<=>?[]\\_^`{|}~\t \n");
- OSL_ENSURE(aDelim.indexOf(static_cast<sal_Unicode>('.')) == -1,
+ OSL_ENSURE(aDelim.indexOf(u'.') == -1,
"ensure no '.'");
OUString aToken;