summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwshe.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/tabvwshe.cxx')
-rw-r--r--sc/source/ui/view/tabvwshe.cxx2
1 files changed, 1 insertions, 1 deletions
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);
}
}
}