summaryrefslogtreecommitdiff
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 e75ad1aaa28d..e00c769fd118 100644
--- a/sw/inc/redline.hxx
+++ b/sw/inc/redline.hxx
@@ -92,10 +92,10 @@ class SW_DLLPUBLIC SwRedlineData
OUString m_sComment;
DateTime m_aStamp;
- RedlineType m_eType;
- bool m_bAutoFormat;
std::size_t m_nAuthor;
+ RedlineType m_eType;
sal_uInt16 m_nSeqNo;
+ bool m_bAutoFormat;
public:
SwRedlineData( RedlineType eT, std::size_t nAut );