diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-07-14 08:15:57 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-07-14 08:17:20 +0900 |
commit | 542b45af44cae091735d9c2e11756a928e230261 (patch) | |
tree | 4cc217599019a29265ecbad9ab3df4aed95a5885 /sw/inc/ccoll.hxx | |
parent | 76488b00ed75bf7915d6d57af9875c6434e740d6 (diff) |
Mark as const
Change-Id: I0bf93f1293fb08b8b558fcac0cb496ed99ad13d9
Diffstat (limited to 'sw/inc/ccoll.hxx')
-rw-r--r-- | sw/inc/ccoll.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ccoll.hxx b/sw/inc/ccoll.hxx index 4aee3bb02333..23d768cf6ee9 100644 --- a/sw/inc/ccoll.hxx +++ b/sw/inc/ccoll.hxx @@ -60,7 +60,7 @@ OUString GetCommandContextByIndex( sal_Int16 nIndex ); class SW_DLLPUBLIC SwCondCollItem : public SfxPoolItem { - static CommandStruct aCmds[COND_COMMAND_COUNT]; + static const CommandStruct aCmds[COND_COMMAND_COUNT]; String sStyles[COND_COMMAND_COUNT]; |