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 de1ada052b8a..9fa8e7468321 100644 --- a/sw/inc/ccoll.hxx +++ b/sw/inc/ccoll.hxx @@ -37,7 +37,7 @@ struct CommandStruct sal_Int16 GetCommandContextIndex( const OUString &rContextName ); OUString GetCommandContextByIndex( sal_Int16 nIndex ); -class SW_DLLPUBLIC SwCondCollItem : public SfxPoolItem +class SW_DLLPUBLIC SwCondCollItem final : public SfxPoolItem { static const CommandStruct aCmds[COND_COMMAND_COUNT]; |