summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inc/ViewsWindow.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-23 09:26:38 +0200
committerNoel Grandin <noel@peralex.com>2016-03-23 10:19:42 +0200
commitde0e1e7d4bc99be3e9b9355adf243677914de4c0 (patch)
tree5bcc33be8bea9de9707a4871193c8f3281ae4782 /reportdesign/source/ui/inc/ViewsWindow.hxx
parente73638279b3e6634b47ca77de993cf2be08ae5d5 (diff)
loplugin:constantparam in reportdesign
Change-Id: Ic1bba5e63359894115b3d1e293a5d9efdab041e1
Diffstat (limited to 'reportdesign/source/ui/inc/ViewsWindow.hxx')
-rw-r--r--reportdesign/source/ui/inc/ViewsWindow.hxx2
1 files changed, 1 insertions, 1 deletions
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);