diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-09-30 17:39:01 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:29 +0200 |
commit | 7004330993821876c5c2830a772781377b2687a9 (patch) | |
tree | e78d03b2b6d3789148e67e25a328761b6f575c3a /svl | |
parent | 414554480caa3c773a8fce3bf59a270242b2397c (diff) |
-Werror,-Wunused-const-variable
Change-Id: I53dafdb4d23a7a2773a6f63e84f36be191d9f261
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/numbers/zformat.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svl/source/numbers/zformat.cxx b/svl/source/numbers/zformat.cxx index 99f8167e1a9c..48f68b3cd23a 100644 --- a/svl/source/numbers/zformat.cxx +++ b/svl/source/numbers/zformat.cxx @@ -64,7 +64,6 @@ const double EXP_LOWER_BOUND = 1.0E-4; // prefer scientific notation below this } // namespace const double _D_MAX_U_LONG_ = (double) 0xffffffff; // 4294967295.0 -const double _D_MAX_LONG_ = (double) 0x7fffffff; // 2147483647.0 const sal_uInt16 _MAX_FRACTION_PREC = 3; const double D_EPS = 1.0E-2; |