summaryrefslogtreecommitdiff
path: root/sal/rtl
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-08-15 22:04:05 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-08-15 22:09:58 +0900
commit7ef72aefc6f1bf522e0c3f9f2afda5ff7851e35e (patch)
treeeb51b70e78012113d274e3bedc67b6ebc7101c00 /sal/rtl
parent03f973ccefd07dbceaa4993206ee4f2f1296d321 (diff)
Mark as const
Change-Id: Ic7ee570935b5d827dc01a483877ea5021da5abea
Diffstat (limited to 'sal/rtl')
-rw-r--r--sal/rtl/locale.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/rtl/locale.cxx b/sal/rtl/locale.cxx
index 0c47b95cb3dc..d075eda742f1 100644
--- a/sal/rtl/locale.cxx
+++ b/sal/rtl/locale.cxx
@@ -24,7 +24,7 @@
#include "internal/rtllifecycle.h"
-static sal_Int32 RTL_HASHTABLE_SIZE[] =
+static const sal_Int32 RTL_HASHTABLE_SIZE[] =
{
7, 31, 127, 251, 509, 1021, 2039, 4093
};