diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/numrule.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx index d841a4b64f2a..88987c15c6d2 100644 --- a/sw/inc/numrule.hxx +++ b/sw/inc/numrule.hxx @@ -135,7 +135,7 @@ private: bool mbInvalidRuleFlag : 1; bool mbContinusNum : 1; ///< Continuous numbering without levels. bool mbAbsSpaces : 1; ///< Levels represent absolute indents. - bool mbHidden : 1; ///< Is the numering rule to be hidden in the UI? + bool mbHidden : 1; ///< Is the numbering rule to be hidden in the UI? bool mbCountPhantoms; const SvxNumberFormat::SvxNumPositionAndSpaceMode meDefaultNumberFormatPositionAndSpaceMode; |