summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/inputwin.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-26 15:25:53 +0200
committerNoel Grandin <noel@peralex.com>2016-02-29 08:04:06 +0200
commit2ac1c2f75e5f020fbb8c2c98b00ef32faa4770aa (patch)
tree460a51ff7aadb0e7fcdcbf56041852b61c1288ff /sw/source/uibase/inc/inputwin.hxx
parent83911dd753fbfd0328bae2dfa37d19f514d4b2f9 (diff)
loplugin:unuseddefaultparam in sw (part1)
Change-Id: I08b57f3b30e2f1892da54965a0f53de00363b8bd
Diffstat (limited to 'sw/source/uibase/inc/inputwin.hxx')
-rw-r--r--sw/source/uibase/inc/inputwin.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/inputwin.hxx b/sw/source/uibase/inc/inputwin.hxx
index 97fc2594903c..cc2f3f6e1934 100644
--- a/sw/source/uibase/inc/inputwin.hxx
+++ b/sw/source/uibase/inc/inputwin.hxx
@@ -103,8 +103,8 @@ public:
SfxChildWinInfo* );
virtual ~SwInputChild();
SFX_DECL_CHILDWINDOW_WITHID( SwInputChild );
- void SetFormula( const OUString& rFormula, bool bDelSel = true )
- { static_cast<SwInputWindow*>(GetWindow())->SetFormula( rFormula, bDelSel ); }
+ void SetFormula( const OUString& rFormula )
+ { static_cast<SwInputWindow*>(GetWindow())->SetFormula( rFormula ); }
const SwView* GetView() const
{ return static_cast<SwInputWindow*>(GetWindow())->GetView();}