diff options
author | Noel Grandin <noel@peralex.com> | 2015-08-12 15:11:19 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-08-14 11:22:22 +0200 |
commit | fcd4c6dabecb348096ed8eb7ffe16c7ec059df31 (patch) | |
tree | add6f8305193f3d357c54ac127340a3265d2ed6e /sc/source/ui/view/viewfun2.cxx | |
parent | 4a2d17c3a15117e91b8d158aa24d7f084596554b (diff) |
loplugin: defaultparams
Change-Id: If342e813063eb0a17f7a8f8e872290f056964e05
Diffstat (limited to 'sc/source/ui/view/viewfun2.cxx')
-rw-r--r-- | sc/source/ui/view/viewfun2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/viewfun2.cxx b/sc/source/ui/view/viewfun2.cxx index 8ee3c3fb045e..c085289ea2b1 100644 --- a/sc/source/ui/view/viewfun2.cxx +++ b/sc/source/ui/view/viewfun2.cxx @@ -1739,7 +1739,7 @@ bool ScViewFunc::SearchAndReplace( const SvxSearchItem* pSearchItem, SfxViewFrame* pViewFrm = SfxViewFrame::Current(); if (pViewFrm) { - pViewFrm->ShowChildWindow(sc::SearchResultsDlgWrapper::GetChildWindowId(), true); + pViewFrm->ShowChildWindow(sc::SearchResultsDlgWrapper::GetChildWindowId()); SfxChildWindow* pWnd = pViewFrm->GetChildWindow(sc::SearchResultsDlgWrapper::GetChildWindowId()); if (pWnd) { |