summaryrefslogtreecommitdiff
path: root/include/vcl/strhelper.hxx
diff options
context:
space:
mode:
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)