summaryrefslogtreecommitdiff
path: root/sw/source/ui/chrdlg
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-07-14 08:15:57 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-07-14 08:17:20 +0900
commit542b45af44cae091735d9c2e11756a928e230261 (patch)
tree4cc217599019a29265ecbad9ab3df4aed95a5885 /sw/source/ui/chrdlg
parent76488b00ed75bf7915d6d57af9875c6434e740d6 (diff)
Mark as const
Change-Id: I0bf93f1293fb08b8b558fcac0cb496ed99ad13d9
Diffstat (limited to 'sw/source/ui/chrdlg')
-rw-r--r--sw/source/ui/chrdlg/ccoll.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/chrdlg/ccoll.cxx b/sw/source/ui/chrdlg/ccoll.cxx
index b5c7359e318f..a12d8d5c9968 100644
--- a/sw/source/ui/chrdlg/ccoll.cxx
+++ b/sw/source/ui/chrdlg/ccoll.cxx
@@ -102,7 +102,7 @@ OUString GetCommandContextByIndex( sal_Int16 nIndex )
// Globals ******************************************************************
-CommandStruct SwCondCollItem::aCmds[] =
+const CommandStruct SwCondCollItem::aCmds[] =
{
{ PARA_IN_TABLEHEAD, 0 },
{ PARA_IN_TABLEBODY, 0 },