summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fudraw.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/func/fudraw.cxx')
-rw-r--r--sd/source/ui/func/fudraw.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/func/fudraw.cxx b/sd/source/ui/func/fudraw.cxx
index 39228ef29f6e..99e63b280847 100644
--- a/sd/source/ui/func/fudraw.cxx
+++ b/sd/source/ui/func/fudraw.cxx
@@ -398,7 +398,7 @@ bool FuDraw::KeyInput(const KeyEvent& rKEvt)
pIPClient->SetSdrGrafObj(NULL);
// wait-mousepointer while deleting object
- WaitObject aWait( (Window*)mpViewShell->GetActiveWindow() );
+ WaitObject aWait( (vcl::Window*)mpViewShell->GetActiveWindow() );
// delete object
mpView->DeleteMarked();
}
@@ -966,9 +966,9 @@ bool FuDraw::SetHelpText(SdrObject* pObj, const Point& rPosPixel, const SdrViewE
mpWindow->OutputToScreenPixel(aLogicPix.BottomRight()));
if (Help::IsBalloonHelpEnabled())
- Help::ShowBalloon( (Window*)mpWindow, rPosPixel, aScreenRect, aHelpText);
+ Help::ShowBalloon( (vcl::Window*)mpWindow, rPosPixel, aScreenRect, aHelpText);
else if (Help::IsQuickHelpEnabled())
- Help::ShowQuickHelp( (Window*)mpWindow, aScreenRect, aHelpText);
+ Help::ShowQuickHelp( (vcl::Window*)mpWindow, aScreenRect, aHelpText);
}
return bSet;