summaryrefslogtreecommitdiff
path: root/include/vcl/strhelper.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-04-28 17:53:33 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-04-28 18:26:54 +0200
commitef2c0e73630d3c74f6fc3eda8416488356ff1b7d (patch)
treefa2e682ec371c6d985ed8317f9bcd35dd577307b /include/vcl/strhelper.hxx
parent229b3a3e0a74c8fa3a1629fc1dbf858dcf2a9c50 (diff)
loplugin:salunicodeliteral: vcl
Change-Id: I4a982da10ad76f8ae05355cec9629b906c95afdb
Diffstat (limited to 'include/vcl/strhelper.hxx')
-rw-r--r--include/vcl/strhelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/strhelper.hxx b/include/vcl/strhelper.hxx
index 5f3c21647dbd..61cd9aa29cea 100644
--- a/include/vcl/strhelper.hxx
+++ b/include/vcl/strhelper.hxx
@@ -46,7 +46,7 @@ namespace psp
// parses the first double in the string; decimal is '.' only
inline double StringToDouble( const OUString& rStr )
{
- return rtl::math::stringToDouble(rStr, sal_Unicode('.'), sal_Unicode(0));
+ return rtl::math::stringToDouble(rStr, u'.', u'\0');
}
inline double StringToDouble(const OString& rStr)