From c7c26b84543a0270c30b076eb2c4f28d49333d78 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sun, 2 Jul 2017 15:10:39 +0200 Subject: OViewsWindow::MovAction parameter _bMove is unused ...ever since 30f74793701408589527511bde620d0d245ca951 "INTEGRATION: CWS reportdesign02" Change-Id: I14903484f65ef4453ed9834bcd5d3ed66f3a0d2b --- 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 b74a9b1a0a0d..cb707d7961af 100644 --- a/reportdesign/source/ui/inc/ViewsWindow.hxx +++ b/reportdesign/source/ui/inc/ViewsWindow.hxx @@ -265,7 +265,7 @@ namespace rptui */ OSectionView* getSectionRelativeToPosition(const OSectionView* _pSection,Point& _rPnt); - void MovAction(const Point& rPnt,const OSectionView* _pSection,bool _bMove /*= true */, bool _bControlKeySet); + void MovAction(const Point& rPnt,const OSectionView* _pSection, bool _bControlKeySet); sal_uInt32 getMarkedObjectCount() const; -- cgit