summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-01-26 21:54:18 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-01-26 21:54:18 +0100
commit7f003e70973a4ed31bb32adf1cac3d5a0c0b6ba9 (patch)
treece41459f901bd8186dace6ee187c9e42aa238c04 /unotools
parent06c752f405ec95c85045632aa41664cc8f34d493 (diff)
-Werror,-Wunused-const-variable
Change-Id: I526feb77b85607438dd9816ad02e06a2c7720fc8
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/i18n/calendarwrapper.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/unotools/source/i18n/calendarwrapper.cxx b/unotools/source/i18n/calendarwrapper.cxx
index 27c1b478f2f7..2f861fb1ee1a 100644
--- a/unotools/source/i18n/calendarwrapper.cxx
+++ b/unotools/source/i18n/calendarwrapper.cxx
@@ -26,8 +26,6 @@ using namespace ::com::sun::star;
using namespace ::com::sun::star::i18n;
using namespace ::com::sun::star::uno;
-const double MILLISECONDS_PER_DAY = 1000.0 * 60.0 * 60.0 * 24.0;
-
CalendarWrapper::CalendarWrapper(
const Reference< uno::XComponentContext > & rxContext
)