summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-04-28 17:58:50 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-04-28 18:27:01 +0200
commitf06e69672302db866f269fbe9cb5f34e91f8bfbb (patch)
tree7aa989fbf6c117d45f73cf2959758d63ffbf6cb4 /include
parentc9a36f5cb5da15c4441be67913f99c467e734d43 (diff)
loplugin:salunicodeliteral: basic
Change-Id: I479666b439f1d6324f07253d65181983b7c2c3ea
Diffstat (limited to 'include')
-rw-r--r--include/basic/sbxdef.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basic/sbxdef.hxx b/include/basic/sbxdef.hxx
index cfdd3f883b46..9008702ac5a2 100644
--- a/include/basic/sbxdef.hxx
+++ b/include/basic/sbxdef.hxx
@@ -220,7 +220,7 @@ namespace o3tl
// of the implementation. Only type double is greedy and takes
// what it gets.
-#define SbxMAXCHAR ((sal_Unicode)65535)
+#define SbxMAXCHAR u'\xFFFF'
#define SbxMINCHAR (0)
#define SbxMAXBYTE ( 255)
#define SbxMAXINT ( 32767)