summaryrefslogtreecommitdiff
path: root/sw/source/core/fields/flddat.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/fields/flddat.cxx')
-rw-r--r--sw/source/core/fields/flddat.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/fields/flddat.cxx b/sw/source/core/fields/flddat.cxx
index 549c9771ba3c..56c532c66b8c 100644
--- a/sw/source/core/fields/flddat.cxx
+++ b/sw/source/core/fields/flddat.cxx
@@ -40,7 +40,7 @@ SwFieldType* SwDateTimeFieldType::Copy() const
return pTmp;
}
-SwDateTimeField::SwDateTimeField(SwDateTimeFieldType* pInitType, sal_uInt16 nSub, sal_uLong nFormat, sal_uInt16 nLng)
+SwDateTimeField::SwDateTimeField(SwDateTimeFieldType* pInitType, sal_uInt16 nSub, sal_uLong nFormat, LanguageType nLng)
: SwValueField(pInitType, nFormat, nLng, 0.0),
nSubType(nSub),
nOffset(0)