summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabview2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/tabview2.cxx')
-rw-r--r--sc/source/ui/view/tabview2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/tabview2.cxx b/sc/source/ui/view/tabview2.cxx
index 93452fd1d844..c79d356065ae 100644
--- a/sc/source/ui/view/tabview2.cxx
+++ b/sc/source/ui/view/tabview2.cxx
@@ -1410,7 +1410,7 @@ void ScTabView::ErrorMessage( sal_uInt16 nGlobStrId )
StopMarking(); // falls per Focus aus MouseButtonDown aufgerufen
- Window* pParent = aViewData.GetDialogParent();
+ vcl::Window* pParent = aViewData.GetDialogParent();
ScWaitCursorOff aWaitOff( pParent );
bool bFocus = pParent && pParent->HasFocus();