diff options
Diffstat (limited to 'sw/inc/ToxTabStopTokenHandler.hxx')
-rw-r--r-- | sw/inc/ToxTabStopTokenHandler.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/ToxTabStopTokenHandler.hxx b/sw/inc/ToxTabStopTokenHandler.hxx index f951fb229583..5282f6897aaf 100644 --- a/sw/inc/ToxTabStopTokenHandler.hxx +++ b/sw/inc/ToxTabStopTokenHandler.hxx @@ -100,10 +100,10 @@ private: long CalculatePageMarginFromPageDescription(const SwTextNode& targetNode) const; - sal_uInt32 const mIndexOfSectionNode; + sal_uInt32 mIndexOfSectionNode; const SwPageDesc& mDefaultPageDescription; - bool const mTabPositionIsRelativeToParagraphIndent; - TabStopReferencePolicy const mTabStopReferencePolicy; + bool mTabPositionIsRelativeToParagraphIndent; + TabStopReferencePolicy mTabStopReferencePolicy; }; } |