summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-04-28 17:57:33 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-04-28 18:26:59 +0200
commit40045b5c119776621897f2a51e00373eba5b33f6 (patch)
treeb2033e25f669e9b2d42a615e4192e47efb14aeae /include
parentc049946e16f7fc01a0537911e6d46796528358bb (diff)
loplugin:salunicodeliteral: editeng
Change-Id: I5db29ba3505d914ec05826128713d7e25091ed11
Diffstat (limited to 'include')
-rw-r--r--include/editeng/tstpitem.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/tstpitem.hxx b/include/editeng/tstpitem.hxx
index 1c89a0a8b744..880b46e10c22 100644
--- a/include/editeng/tstpitem.hxx
+++ b/include/editeng/tstpitem.hxx
@@ -29,8 +29,8 @@
#define SVX_TAB_DEFCOUNT 10
#define SVX_TAB_DEFDIST 1134 // 2cm in twips
#define SVX_TAB_NOTFOUND USHRT_MAX
-#define cDfltDecimalChar (sal_Unicode(0x00)) // Get from IntlWrapper
-#define cDfltFillChar (sal_Unicode(' '))
+#define cDfltDecimalChar u'\0' // Get from IntlWrapper
+#define cDfltFillChar u' '
class EDITENG_DLLPUBLIC SvxTabStop
{