summaryrefslogtreecommitdiff
path: root/sc/source/ui/app/client.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/app/client.cxx')
-rw-r--r--sc/source/ui/app/client.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/app/client.cxx b/sc/source/ui/app/client.cxx
index 0982b2ed42e7..7472b7435d5f 100644
--- a/sc/source/ui/app/client.cxx
+++ b/sc/source/ui/app/client.cxx
@@ -39,7 +39,7 @@
using namespace com::sun::star;
-ScClient::ScClient( ScTabViewShell* pViewShell, Window* pDraw, SdrModel* pSdrModel, SdrOle2Obj* pObj ) :
+ScClient::ScClient( ScTabViewShell* pViewShell, vcl::Window* pDraw, SdrModel* pSdrModel, SdrOle2Obj* pObj ) :
SfxInPlaceClient( pViewShell, pDraw, pObj->GetAspect() ),
pModel( pSdrModel ),
pGrafEdit( 0 )
@@ -229,7 +229,7 @@ void ScClient::ViewChanged()
ScTabViewShell* pViewSh = PTR_CAST( ScTabViewShell, pSfxViewSh );
if ( pViewSh )
{
- Window* pWin = pViewSh->GetActiveWin();
+ vcl::Window* pWin = pViewSh->GetActiveWin();
if ( pWin->LogicToPixel( aVisSize ) != pWin->LogicToPixel( aLogicRect.GetSize() ) )
{
aLogicRect.SetSize( aVisSize );