summaryrefslogtreecommitdiff
path: root/sw/inc/ToxTabStopTokenHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/ToxTabStopTokenHandler.hxx')
-rw-r--r--sw/inc/ToxTabStopTokenHandler.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/ToxTabStopTokenHandler.hxx b/sw/inc/ToxTabStopTokenHandler.hxx
index 7da924599b5e..23a66cc405db 100644
--- a/sw/inc/ToxTabStopTokenHandler.hxx
+++ b/sw/inc/ToxTabStopTokenHandler.hxx
@@ -100,10 +100,10 @@ private:
long
CalculatePageMarginFromPageDescription(const SwTextNode& targetNode) const;
- sal_uInt32 mIndexOfSectionNode;
+ sal_uInt32 const mIndexOfSectionNode;
const SwPageDesc& mDefaultPageDescription;
- bool mTabPositionIsRelativeToParagraphIndent;
- TabStopReferencePolicy mTabStopReferencePolicy;
+ bool const mTabPositionIsRelativeToParagraphIndent;
+ TabStopReferencePolicy const mTabStopReferencePolicy;
};
}