summaryrefslogtreecommitdiffstats
path: root/sw/inc/redline.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/redline.hxx')
-rw-r--r--sw/inc/redline.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/redline.hxx b/sw/inc/redline.hxx
index a2772c17caba..7e3b94ed1d0a 100644
--- a/sw/inc/redline.hxx
+++ b/sw/inc/redline.hxx
@@ -112,7 +112,7 @@ class SW_DLLPUBLIC SwRedlineData
OUString m_sComment;
DateTime m_aStamp;
RedlineType_t m_eType;
- std::size_t m_nAuthor;
+ std::size_t const m_nAuthor;
sal_uInt16 m_nSeqNo;
public:
@@ -174,7 +174,7 @@ class SW_DLLPUBLIC SwRangeRedline : public SwPaM
SwNodeIndex* m_pContentSect;
bool m_bDelLastPara : 1;
bool m_bIsVisible : 1;
- sal_uInt32 m_nId;
+ sal_uInt32 const m_nId;
boost::optional<long> m_oLOKLastNodeTop;