From 7f003e70973a4ed31bb32adf1cac3d5a0c0b6ba9 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 26 Jan 2015 21:54:18 +0100 Subject: -Werror,-Wunused-const-variable Change-Id: I526feb77b85607438dd9816ad02e06a2c7720fc8 --- unotools/source/i18n/calendarwrapper.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'unotools') 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 ) -- cgit