summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inc/ViewsWindow.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-02 15:10:39 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-02 22:07:38 +0200
commitc7c26b84543a0270c30b076eb2c4f28d49333d78 (patch)
tree6161bf8edb93a065c4ea56ee548bfa3605b25e8f /reportdesign/source/ui/inc/ViewsWindow.hxx
parentd634a9edd22e4fbd5cec8d0c1e8fa866b344c32e (diff)
OViewsWindow::MovAction parameter _bMove is unused
...ever since 30f74793701408589527511bde620d0d245ca951 "INTEGRATION: CWS reportdesign02" Change-Id: I14903484f65ef4453ed9834bcd5d3ed66f3a0d2b
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 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;