summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/inc/filldlg.hxx2
-rw-r--r--sc/source/ui/view/tabvwshe.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/filldlg.hxx b/sc/source/ui/inc/filldlg.hxx
index 96d3b5961631..00d5e0f2c874 100644
--- a/sc/source/ui/inc/filldlg.hxx
+++ b/sc/source/ui/inc/filldlg.hxx
@@ -54,7 +54,7 @@ public:
OUString GetStartStr() const { return m_pEdStartVal->GetText(); }
- void SetEdStartValEnabled(bool bFlag = false);
+ void SetEdStartValEnabled(bool bFlag);
private:
VclPtr<FixedText> m_pFtStartVal;
diff --git a/sc/source/ui/view/tabvwshe.cxx b/sc/source/ui/view/tabvwshe.cxx
index d26475c63816..e218181583de 100644
--- a/sc/source/ui/view/tabvwshe.cxx
+++ b/sc/source/ui/view/tabvwshe.cxx
@@ -316,7 +316,7 @@ void ScTabViewShell::ExecSearch( SfxRequest& rReq )
if( pWin )
{
pSearchDlg->SetDocWin( pWin );
- pSearchDlg->SetSrchFlag();
+ pSearchDlg->SetSrchFlag(false);
}
}
}