diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-29 15:04:58 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-01 08:30:28 +0200 |
commit | 5e913234da65484778d53179ee2005aec01d0f0e (patch) | |
tree | 7532854c855220fd110f6340f5c9c8e53af117b9 /include/svx/fmview.hxx | |
parent | 595f46344e18fd6275ff7b862269e4c131449591 (diff) |
loplugin:unuseddefaultparam in svx (part2)
Change-Id: I99e3d6137ec17e3fc782253c85e5fa4f1da4cec4
Diffstat (limited to 'include/svx/fmview.hxx')
-rw-r--r-- | include/svx/fmview.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/svx/fmview.hxx b/include/svx/fmview.hxx index 536eedd89e20..dff8ce80cb68 100644 --- a/include/svx/fmview.hxx +++ b/include/svx/fmview.hxx @@ -111,10 +111,8 @@ public: virtual bool MouseButtonDown( const MouseEvent& _rMEvt, vcl::Window* _pWin ) override; /** grab the focus to the first form control on the view - @param _bForceSync - <TRUE/> if the handling should be done synchronously. */ - SVX_DLLPRIVATE void GrabFirstControlFocus( bool _bForceSync = false ); + SVX_DLLPRIVATE void GrabFirstControlFocus(); /** returns the form controller for a given form and a given device */ |