summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-07-01 21:00:55 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-07-01 21:03:12 +0900
commit6c912701dc9fd82dc1fec0481119f3c9d753e161 (patch)
treefc751eedac60eb6cc7738e5f28c56af9166977d2 /sal
parent3090cfc972287da3fbdc567387527b65b3bfd128 (diff)
Mark as const
Change-Id: Ic71f39aaebf07d3b0435882986be71cf2b0390c2
Diffstat (limited to 'sal')
-rw-r--r--sal/textenc/tencinfo.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sal/textenc/tencinfo.cxx b/sal/textenc/tencinfo.cxx
index ded6bc53e868..ccbfe4037d10 100644
--- a/sal/textenc/tencinfo.cxx
+++ b/sal/textenc/tencinfo.cxx
@@ -294,32 +294,32 @@ rtl_TextEncoding SAL_CALL rtl_getTextEncodingFromUnixCharset( const char* pUnixC
{ NULL, RTL_TEXTENCODING_DONTKNOW }
};
- static ImplStrCharsetDef aUnixCharsetJISX0208Tab[] =
+ static ImplStrCharsetDef const aUnixCharsetJISX0208Tab[] =
{
{ NULL, RTL_TEXTENCODING_JIS_X_0208 }
};
- static ImplStrCharsetDef aUnixCharsetJISX0201Tab[] =
+ static ImplStrCharsetDef const aUnixCharsetJISX0201Tab[] =
{
{ NULL, RTL_TEXTENCODING_JIS_X_0201 }
};
- static ImplStrCharsetDef aUnixCharsetJISX0212Tab[] =
+ static ImplStrCharsetDef const aUnixCharsetJISX0212Tab[] =
{
{ NULL, RTL_TEXTENCODING_JIS_X_0212 }
};
- static ImplStrCharsetDef aUnixCharsetGBTab[] =
+ static ImplStrCharsetDef const aUnixCharsetGBTab[] =
{
{ NULL, RTL_TEXTENCODING_GB_2312 }
};
- static ImplStrCharsetDef aUnixCharsetGBKTab[] =
+ static ImplStrCharsetDef const aUnixCharsetGBKTab[] =
{
{ NULL, RTL_TEXTENCODING_GBK }
};
- static ImplStrCharsetDef aUnixCharsetBIG5Tab[] =
+ static ImplStrCharsetDef const aUnixCharsetBIG5Tab[] =
{
{ NULL, RTL_TEXTENCODING_BIG5 }
};