summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/localtime.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/localtime.hxx')
-rw-r--r--lotuswordpro/source/filter/localtime.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/localtime.hxx b/lotuswordpro/source/filter/localtime.hxx
index a861325e7c12..67784ca7dbcb 100644
--- a/lotuswordpro/source/filter/localtime.hxx
+++ b/lotuswordpro/source/filter/localtime.hxx
@@ -66,7 +66,6 @@ struct LtTm
long tm_year; /* years since 1900 */
long tm_wday; /* days since Sunday - [0,6] */
long tm_yday; /* days since January 1 - [0,365] */
- long tm_isdst; /* daylight savings time flag */
LtTm()
: tm_sec(0)
, tm_min(0)
@@ -76,7 +75,6 @@ struct LtTm
, tm_year(0)
, tm_wday(0)
, tm_yday(0)
- , tm_isdst(0)
{
}
};