diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-04-28 17:54:18 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-04-28 18:26:55 +0200 |
commit | 622057bf0b621b56dedce6439cefce28156786db (patch) | |
tree | c5bf01b069ccac97bf1027a7029eb38d92d21e89 /sw/inc/tox.hxx | |
parent | d9917e2009598b5b7d938bfb04393cbf5cda2862 (diff) |
loplugin:salunicodeliteral: sw
Change-Id: I3ec5a60fff8577677eaa4977cddf69bec4078cec
Diffstat (limited to 'sw/inc/tox.hxx')
-rw-r--r-- | sw/inc/tox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/tox.hxx b/sw/inc/tox.hxx index 376c3140fa99..a3b5ed2c7484 100644 --- a/sw/inc/tox.hxx +++ b/sw/inc/tox.hxx @@ -385,7 +385,7 @@ namespace o3tl { template<> struct typed_flags<SwTOOElements> : is_typed_flags<SwTOOElements, 0x9b> {}; } -#define TOX_STYLE_DELIMITER ((sal_Unicode)0x01) +#define TOX_STYLE_DELIMITER u'\x0001' // Class for all indexes class SW_DLLPUBLIC SwTOXBase : public SwClient |