summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-11-19 13:38:48 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-11-19 13:38:48 +0100
commitf2a3a5148256774bdd36e7550f69cde01b9c82ee (patch)
treee3cfbbeba552fafcca088f64cea470ecc9978ed2 /svtools
parentb51f83a1b97c71e35bfb5253432e5e2aa488d954 (diff)
-Werror,-Wunused-private-field
Change-Id: Ic7164539420890a1dfef6ece37a1f549bced3d0e
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/control/calendar.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svtools/source/control/calendar.cxx b/svtools/source/control/calendar.cxx
index b7de9d8ecd6a..19641fe2b2cc 100644
--- a/svtools/source/control/calendar.cxx
+++ b/svtools/source/control/calendar.cxx
@@ -143,8 +143,7 @@ Calendar::Calendar( vcl::Window* pParent, WinBits nWinStyle ) :
maOldFirstDate( 0, 0, 1900 ),
maCurDate( Date::SYSTEM ),
maOldCurDate( 0, 0, 1900 ),
- maAnchorDate( maCurDate ),
- maDropDate( 0, 0, 1900 )
+ maAnchorDate( maCurDate )
{
ImplInit( nWinStyle );
}