diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-07-13 13:03:31 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-07-13 13:04:09 +0300 |
commit | 83b072657ef8fb30f369cd4fc9db36d76de4cdd6 (patch) | |
tree | 802bdfbdbb4e874bee199ab0b35f041784c0f315 /include/vcl | |
parent | 3131205c05a3fde4ef1e3322cc48ca23c443f6d3 (diff) |
Bin two unused fields
Change-Id: If06753320d34e0e677c9456ddb47bfd3636e8a66
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/field.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/field.hxx b/include/vcl/field.hxx index fdb09f110af8..d5503cd32803 100644 --- a/include/vcl/field.hxx +++ b/include/vcl/field.hxx @@ -307,7 +307,6 @@ private: Date maLastDate; Date maMin; Date maMax; - Date maCorrectedDate; bool mbLongFormat; bool mbShowDateCentury; sal_uInt16 mnDateFormat; @@ -400,7 +399,6 @@ private: tools::Time maLastTime; tools::Time maMin; tools::Time maMax; - tools::Time maCorrectedTime; TimeFieldFormat meFormat; sal_uInt16 mnTimeFormat; bool mbDuration; |