summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwshd.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/tabvwshd.cxx')
-rw-r--r--sc/source/ui/view/tabvwshd.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/view/tabvwshd.cxx b/sc/source/ui/view/tabvwshd.cxx
index 22be8e158d5e..de13fc68b63c 100644
--- a/sc/source/ui/view/tabvwshd.cxx
+++ b/sc/source/ui/view/tabvwshd.cxx
@@ -35,7 +35,7 @@
//! Parent-Window fuer Dialoge
//! Problem: OLE Server!
-Window* ScTabViewShell::GetDialogParent()
+vcl::Window* ScTabViewShell::GetDialogParent()
{
// if a ref-input dialog is open, use it as parent
// (necessary when a slot is executed from the dialog's OK handler)
@@ -47,7 +47,7 @@ Window* ScTabViewShell::GetDialogParent()
SfxChildWindow* pChild = pViewFrm->GetChildWindow(nCurRefDlgId);
if (pChild)
{
- Window* pWin = pChild->GetWindow();
+ vcl::Window* pWin = pChild->GetWindow();
if (pWin && pWin->IsVisible())
return pWin;
}