diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-29 10:43:28 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-29 12:27:43 +0200 |
commit | 8581d880f8aa8c2be15c875db291cebbb42841c7 (patch) | |
tree | 2cbae7247ebf5a47b9e9e59d47f0ab9dc38a02d2 /sw/inc/redline.hxx | |
parent | 316d68416dfee64d54ecaa4839a4045a4f205c4d (diff) |
pack a few more classes
Change-Id: Ia7870d1d0d91de213727116ccda5b41913223866
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95097
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/redline.hxx')
-rw-r--r-- | sw/inc/redline.hxx | 4 |
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 ); |