diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-04-28 17:56:09 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-04-28 18:26:58 +0200 |
commit | 6194da0903528ecf07a4dcbea76ce5de6a5c2465 (patch) | |
tree | 20cd6c2c973eecab3aa82cedaf2149028f901204 | |
parent | e66308b3d8ba6945c13467a2d7759e9637f40b23 (diff) |
loplugin:salunicodeliteral: linguistic
Change-Id: Idafaabdb44dbb8a608d5ca8f707ff144df3f3384
-rw-r--r-- | linguistic/source/dlistimp.cxx | 2 |
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; |