From de0e1e7d4bc99be3e9b9355adf243677914de4c0 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 23 Mar 2016 09:26:38 +0200 Subject: loplugin:constantparam in reportdesign Change-Id: Ic1bba5e63359894115b3d1e293a5d9efdab041e1 --- reportdesign/source/ui/inc/ViewsWindow.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reportdesign/source/ui/inc/ViewsWindow.hxx') diff --git a/reportdesign/source/ui/inc/ViewsWindow.hxx b/reportdesign/source/ui/inc/ViewsWindow.hxx index 0d6808945566..982715bc59fd 100644 --- a/reportdesign/source/ui/inc/ViewsWindow.hxx +++ b/reportdesign/source/ui/inc/ViewsWindow.hxx @@ -119,7 +119,7 @@ namespace rptui /** returns the iterator at pos _nPos or the end() */ TSectionsMap::iterator getIteratorAtPos(sal_uInt16 _nPos); - void collectRectangles(TRectangleMap& _rMap,bool _bBoundRects); + void collectRectangles(TRectangleMap& _rMap); static void collectBoundResizeRect(const TRectangleMap& _rSortRectangles,sal_Int32 _nControlModification,bool _bAlignAtSection,bool _bBoundRects,Rectangle& _rBound,Rectangle& _rResize); void impl_resizeSectionWindow(OSectionWindow& _rSectionWindow,Point& _rStartPoint,bool _bSet); -- cgit