summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/drawview.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/drawview.cxx')
-rw-r--r--sc/source/ui/view/drawview.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/view/drawview.cxx b/sc/source/ui/view/drawview.cxx
index 8d7d71cd899b..718091033af3 100644
--- a/sc/source/ui/view/drawview.cxx
+++ b/sc/source/ui/view/drawview.cxx
@@ -509,7 +509,7 @@ void ScDrawView::MarkListHasChanged()
if(OUTDEV_WINDOW == rOutDev.GetOutDevType())
{
- ((Window&)rOutDev).Update();
+ ((vcl::Window&)rOutDev).Update();
}
}
@@ -537,7 +537,7 @@ void ScDrawView::MarkListHasChanged()
bool ScDrawView::SdrBeginTextEdit(
SdrObject* pObj,
SdrPageView* pPV,
- ::Window* pWinL,
+ vcl::Window* pWinL,
bool bIsNewObj,
SdrOutliner* pGivenOutliner,
OutlinerView* pGivenOutlinerView,
@@ -817,7 +817,7 @@ void ScDrawView::LockCalcLayer( SdrLayerID nLayer, bool bLock )
SetLayerLocked( pLockLayer->GetName(), bLock );
}
-void ScDrawView::MakeVisible( const Rectangle& rRect, Window& rWin )
+void ScDrawView::MakeVisible( const Rectangle& rRect, vcl::Window& rWin )
{
//! rWin richtig auswerten
//! ggf Zoom aendern