diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2013-06-26 23:17:52 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2013-06-27 09:29:31 +0200 |
commit | 5a2c23ca59ba8e8b11e8397f80c5c6ff855c40b2 (patch) | |
tree | be3b5163ea356e6572bd06c65927090034a58a25 /connectivity | |
parent | 2b5203c9ac4b6a95fa77f1a31fdb7b13e736d37e (diff) |
unused constant
Change-Id: I72a27a05c9e3e49b17817c2566fbd7f02b7835c5
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/commontools/dbconversion.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/connectivity/source/commontools/dbconversion.cxx b/connectivity/source/commontools/dbconversion.cxx index 0150cdd78f88..cf455459be78 100644 --- a/connectivity/source/commontools/dbconversion.cxx +++ b/connectivity/source/commontools/dbconversion.cxx @@ -33,7 +33,6 @@ namespace { - const double fMilliSecondsPerDay = 86400000.0; const sal_Int64 nanoSecInSec = 1000000000; const sal_Int16 secInMin = 60; const sal_Int16 minInHour = 60; |