summaryrefslogtreecommitdiff
path: root/include/svtools/calendar.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-04 10:45:52 +0200
committerNoel Grandin <noel@peralex.com>2016-03-04 11:48:04 +0200
commitfb6c99f21e03afb85d00459ca1e1abb07e71d126 (patch)
tree30292c26db1083e5c9bb663b8f75fd9bbdfe6e1d /include/svtools/calendar.hxx
parent1fbc20dad2520862f8142f1cabae169bf1450b87 (diff)
loplugin:unuseddefaultparam in svtools
Change-Id: I3ef15fa33791bc5e59c36c1e80f669c7e1e7044b
Diffstat (limited to 'include/svtools/calendar.hxx')
-rw-r--r--include/svtools/calendar.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/calendar.hxx b/include/svtools/calendar.hxx
index bb51ec75399b..8a11638676e1 100644
--- a/include/svtools/calendar.hxx
+++ b/include/svtools/calendar.hxx
@@ -224,7 +224,7 @@ private:
SVT_DLLPRIVATE void ImplFormat();
using Window::ImplHitTest;
SVT_DLLPRIVATE sal_uInt16 ImplHitTest( const Point& rPos, Date& rDate ) const;
- SVT_DLLPRIVATE void ImplDrawSpin(vcl::RenderContext& rRenderContext, bool bDrawPrev = true);
+ SVT_DLLPRIVATE void ImplDrawSpin(vcl::RenderContext& rRenderContext);
SVT_DLLPRIVATE void ImplDrawDate(vcl::RenderContext& rRenderContext, long nX, long nY,
sal_uInt16 nDay, sal_uInt16 nMonth, sal_uInt16 nYear,
DayOfWeek eDayOfWeek, bool bBack = true,
@@ -289,7 +289,7 @@ public:
bool IsTravelSelect() const { return mbTravelSelect; }
- Size CalcWindowSizePixel( long nCalcMonthPerLine = 1 ) const;
+ Size CalcWindowSizePixel() const;
void SetSelectHdl( const Link<Calendar*,void>& rLink ) { maSelectHdl = rLink; }
};