diff options
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]; |