summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/fldbas.hxx6
-rw-r--r--sw/inc/redline.hxx4
2 files changed, 5 insertions, 5 deletions
diff --git a/sw/inc/fldbas.hxx b/sw/inc/fldbas.hxx
index 4f275e792fb9..c3b252f7c3b3 100644
--- a/sw/inc/fldbas.hxx
+++ b/sw/inc/fldbas.hxx
@@ -294,11 +294,11 @@ class SW_DLLPUBLIC SwField
{
private:
mutable OUString m_Cache; ///< Cached expansion (for clipboard).
- bool m_bUseFieldValueCache; /// control the usage of the cached field value
+ SwFieldType* m_pType;
+ sal_uInt32 m_nFormat; /// this can be either SvxNumType or SwChapterFormat depending on the subtype
LanguageType m_nLang; ///< Always change via SetLanguage!
+ bool m_bUseFieldValueCache; /// control the usage of the cached field value
bool m_bIsAutomaticLanguage;
- sal_uInt32 m_nFormat; /// this can be either SvxNumType or SwChapterFormat depending on the subtype
- SwFieldType* m_pType;
virtual OUString ExpandImpl(SwRootFrame const* pLayout) const = 0;
virtual std::unique_ptr<SwField> Copy() const = 0;
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 );