diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-12-22 20:14:43 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-12-23 09:14:01 +0100 |
commit | b5c532154cb974de04f2a430712cd947e1bcc98a (patch) | |
tree | 51bba487fffc62a4d197aa15238fd298883487cf /include/editeng | |
parent | 1edf1871079518f90e447c3de9df0c4ef5e1e3e4 (diff) |
Use char16_t string literals
Change-Id: I0a8b577957ac1d4cad5fc1163f244012a8391a77
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108216
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/itemtype.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/itemtype.hxx b/include/editeng/itemtype.hxx index 19d2a19b4ee3..2e2115eb7766 100644 --- a/include/editeng/itemtype.hxx +++ b/include/editeng/itemtype.hxx @@ -29,7 +29,7 @@ class Color; class IntlWrapper; // static and prototypes ------------------------------------------------- -const sal_Unicode cpDelim[] = { ',' , ' ', '\0' }; +const sal_Unicode cpDelim[] = u", "; EDITENG_DLLPUBLIC OUString GetMetricText( tools::Long nVal, MapUnit eSrcUnit, MapUnit eDestUnit, const IntlWrapper * pIntl ); OUString GetColorString( const Color& rCol ); |