diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-19 13:33:47 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-20 08:26:48 +0200 |
commit | 1f73ac90da31b62ccf6f040c68e5c0150171240f (patch) | |
tree | 64efbd02ff64771f270d5d212661f91d20cadc1c /include | |
parent | ea537ecffa217e8ca3039998926accf27f6b12c0 (diff) |
mnDateFormat in DateFormatter is unused
ever since it was added in
commit c8330937878a57c74b4f3e3083c013ed0903f80d
Author: Vladimir Glazounov <vg@openoffice.org>
Date: Wed Apr 11 16:52:58 2007 +0000
INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED
Change-Id: Iceb44ea4da620e1e7b9c9494486954db9e5d7959
Reviewed-on: https://gerrit.libreoffice.org/36691
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/field.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/field.hxx b/include/vcl/field.hxx index f78a565d9374..934f922411a4 100644 --- a/include/vcl/field.hxx +++ b/include/vcl/field.hxx @@ -277,7 +277,6 @@ private: Date maMax; bool mbLongFormat; bool mbShowDateCentury; - sal_uInt16 mnDateFormat; ExtDateFieldFormat mnExtDateFormat; bool mbEnforceValidValue; |