diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-04-18 23:56:23 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-04-19 00:19:41 +0300 |
commit | d933b18fddf2f3f716dede322c3541d7d37bd540 (patch) | |
tree | 0484549ef950b61f4e5a179784bcf93b93cdb327 /sc/source/core | |
parent | 0333495fdaba9f018d547368d2551cb432bfbb95 (diff) |
WaE: macro is not used
Change-Id: I93d04ff158ecb1379e8dcf99d6cd154d096f9fd7
Diffstat (limited to 'sc/source/core')
-rw-r--r-- | sc/source/core/tool/interpr2.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/core/tool/interpr2.cxx b/sc/source/core/tool/interpr2.cxx index 5743f1d5f2f2..a5588afd84d7 100644 --- a/sc/source/core/tool/interpr2.cxx +++ b/sc/source/core/tool/interpr2.cxx @@ -51,7 +51,6 @@ using namespace formula; #define SCdEpsilon 1.0E-7 -#define D_TIMEFACTOR static_cast<double>(::Time::secondPerDay) //----------------------------------------------------------------------------- // Datum und Zeit |