summaryrefslogtreecommitdiff
path: root/include/vcl/field.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-09-02 11:55:30 +0200
committerNoel Grandin <noel@peralex.com>2016-09-05 08:21:46 +0200
commit0112840eb074dd0feeedb4aa132e7e04c2b855b1 (patch)
treecb0c823ff27ceb8826aca9f64be3ce01210d001d /include/vcl/field.hxx
parent12569802394fb0a9850fcdb0647a0845a803f1ff (diff)
convert ExtDateFieldFormat to scoped enum
Change-Id: I717e5e727ee0e2b6d732ecc6a432c70926654902
Diffstat (limited to 'include/vcl/field.hxx')
-rw-r--r--include/vcl/field.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/field.hxx b/include/vcl/field.hxx
index d277a0a55b59..7bf3c078bfc1 100644
--- a/include/vcl/field.hxx
+++ b/include/vcl/field.hxx
@@ -281,8 +281,8 @@ private:
Date maMax;
bool mbLongFormat;
bool mbShowDateCentury;
- sal_uInt16 mnDateFormat;
- sal_uLong mnExtDateFormat;
+ sal_uInt16 mnDateFormat;
+ ExtDateFieldFormat mnExtDateFormat;
bool mbEnforceValidValue;
SAL_DLLPRIVATE void ImplInit();