summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/sdview.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/sdview.cxx')
-rw-r--r--sd/source/ui/view/sdview.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/view/sdview.cxx b/sd/source/ui/view/sdview.cxx
index effd7c2f582b..2871b5baa1da 100644
--- a/sd/source/ui/view/sdview.cxx
+++ b/sd/source/ui/view/sdview.cxx
@@ -660,7 +660,7 @@ void OutlinerMasterViewFilter::End()
}
bool View::SdrBeginTextEdit(
- SdrObject* pObj, SdrPageView* pPV, ::Window* pWin,
+ SdrObject* pObj, SdrPageView* pPV, vcl::Window* pWin,
bool bIsNewObj,
SdrOutliner* pOutl, OutlinerView* pGivenOutlinerView,
bool bDontDeleteOutliner, bool bOnlyOneView, bool bGrabFocus )
@@ -1319,7 +1319,7 @@ void View::ChangeMarkedObjectsBulletsNumbering(
const bool bSwitchOff )
{
SdrModel* pSdrModel = GetModel();
- Window* pWindow = dynamic_cast< Window* >(GetFirstOutputDevice());
+ vcl::Window* pWindow = dynamic_cast< vcl::Window* >(GetFirstOutputDevice());
if (!pSdrModel || !pWindow)
return;