summaryrefslogtreecommitdiff
path: root/sw/source/core/fields/fldbas.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-29 10:43:28 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-29 12:27:43 +0200
commit8581d880f8aa8c2be15c875db291cebbb42841c7 (patch)
tree2cbae7247ebf5a47b9e9e59d47f0ab9dc38a02d2 /sw/source/core/fields/fldbas.cxx
parent316d68416dfee64d54ecaa4839a4045a4f205c4d (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/source/core/fields/fldbas.cxx')
-rw-r--r--sw/source/core/fields/fldbas.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/fields/fldbas.cxx b/sw/source/core/fields/fldbas.cxx
index 382880ecd8f4..39605e4786c2 100644
--- a/sw/source/core/fields/fldbas.cxx
+++ b/sw/source/core/fields/fldbas.cxx
@@ -212,11 +212,11 @@ SwField::SwField(
LanguageType nLang,
bool bUseFieldValueCache)
: m_Cache()
- , m_bUseFieldValueCache( bUseFieldValueCache )
+ , m_pType( pType )
+ , m_nFormat( nFormat )
, m_nLang( nLang )
+ , m_bUseFieldValueCache( bUseFieldValueCache )
, m_bIsAutomaticLanguage( true )
- , m_nFormat( nFormat )
- , m_pType( pType )
{
assert(m_pType);
}