summaryrefslogtreecommitdiff
path: root/sal/textenc/tables.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-27 12:52:17 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-27 12:52:32 +0100
commita39d07e13495cd06df7169b7778c8d07018794c5 (patch)
treedde67f05acf71fcf181f90bce8dbcc1103e6d400 /sal/textenc/tables.cxx
parentd8565bd266939b4ae4231f5b2c7d6260bee404e9 (diff)
Unwind occurrences of deprecated sal_sChar, sal_uChar
Change-Id: I76be464200d486efef9c8a7e957c310c9adae3b8
Diffstat (limited to 'sal/textenc/tables.cxx')
-rw-r--r--sal/textenc/tables.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/textenc/tables.cxx b/sal/textenc/tables.cxx
index 35fe61a64000..90b40ce60f85 100644
--- a/sal/textenc/tables.cxx
+++ b/sal/textenc/tables.cxx
@@ -45,7 +45,7 @@ static sal_uInt16 const aImpl8090SameToUniTab[SAME8090UNI_END
#define SAME8090CHAR_START 0x0080
#define SAME8090CHAR_END 0x009F
-static sal_uChar const aImpl8090SameToCharTab[SAME8090CHAR_END
+static unsigned char const aImpl8090SameToCharTab[SAME8090CHAR_END
- SAME8090CHAR_START
+ 1]
= { 0x80, 0x81, 0x82, 0x83, 0x84, 0x85, 0x86, 0x87, /* 0x0080 */