diff options
Diffstat (limited to 'sw/inc/ccoll.hxx')
-rw-r--r-- | sw/inc/ccoll.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/ccoll.hxx b/sw/inc/ccoll.hxx index b4d94c5c483f..29eafc11240c 100644 --- a/sw/inc/ccoll.hxx +++ b/sw/inc/ccoll.hxx @@ -30,8 +30,8 @@ enum class Master_CollCondition; struct CommandStruct { - Master_CollCondition const nCnd; - sal_uLong const nSubCond; + Master_CollCondition nCnd; + sal_uLong nSubCond; }; sal_Int16 GetCommandContextIndex( const OUString &rContextName ); |