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.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/view/tabvwshe.cxx b/sc/source/ui/view/tabvwshe.cxx
index 72e10f842bc6..30fe1927d504 100644
--- a/sc/source/ui/view/tabvwshe.cxx
+++ b/sc/source/ui/view/tabvwshe.cxx
@@ -242,7 +242,7 @@ void ScTabViewShell::ExecSearch( SfxRequest& rReq )
ScTabView* pTabView = GetViewData().GetView();
if( pTabView )
{
- Window* pWin = pTabView->GetActiveWin();
+ vcl::Window* pWin = pTabView->GetActiveWin();
if( pWin )
{
pSearchDlg->SetDocWin( pWin );
@@ -312,7 +312,7 @@ void ScTabViewShell::ExecSearch( SfxRequest& rReq )
ScTabView* pTabView = GetViewData().GetView();
if( pTabView )
{
- Window* pWin = pTabView->GetActiveWin();
+ vcl::Window* pWin = pTabView->GetActiveWin();
if( pWin )
{
pSearchDlg->SetDocWin( pWin );