summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-10-01 17:02:33 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-02 16:49:39 +0200
commitdff4945e2b7843e518c610253dbaf6fc66747f0f (patch)
tree54507198cd3cd5d6ad478a34eaae9ddb8f32ba92 /lotuswordpro
parenta3687e06a925a0bff0bed5de70f8bb092187d78b (diff)
-Werror,-Wunused-const-variable
Change-Id: I129acbac7c88285c45da84045fee0e42eaa9a9ad
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/localtime.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/localtime.cxx b/lotuswordpro/source/filter/localtime.cxx
index 9d25acaa054b..da6ce4610afa 100644
--- a/lotuswordpro/source/filter/localtime.cxx
+++ b/lotuswordpro/source/filter/localtime.cxx
@@ -63,7 +63,6 @@ const long FOURYEAR_SEC = 4 * YEAR_SEC + DAY_SEC;
#ifndef LONG_MAX
const long LONG_MAX=2147483647;
#endif
-const long TIMEZONE = -28800;
//01-01-70 was a Thursday
const long BASE_DOW = 4;