summaryrefslogtreecommitdiff
path: root/sfx2/source/view/ipclient.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/view/ipclient.cxx')
-rw-r--r--sfx2/source/view/ipclient.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/view/ipclient.cxx b/sfx2/source/view/ipclient.cxx
index 6700ec907e01..ef03157900e2 100644
--- a/sfx2/source/view/ipclient.cxx
+++ b/sfx2/source/view/ipclient.cxx
@@ -607,7 +607,7 @@ IMPL_LINK_NOARG(SfxInPlaceClient_Impl, TimerHdl)
// SfxInPlaceClient
-SfxInPlaceClient::SfxInPlaceClient( SfxViewShell* pViewShell, Window *pDraw, sal_Int64 nAspect ) :
+SfxInPlaceClient::SfxInPlaceClient( SfxViewShell* pViewShell, vcl::Window *pDraw, sal_Int64 nAspect ) :
m_pImp( new SfxInPlaceClient_Impl ),
m_pViewSh( pViewShell ),
m_pEditWin( pDraw )
@@ -1041,7 +1041,7 @@ void SfxInPlaceClient::DeactivateObject()
uno::Reference< frame::XController > xController = xModel->getCurrentController();
if ( xController.is() )
{
- Window* pWindow = VCLUnoHelper::GetWindow( xController->getFrame()->getContainerWindow() );
+ vcl::Window* pWindow = VCLUnoHelper::GetWindow( xController->getFrame()->getContainerWindow() );
bHasFocus = pWindow->HasChildPathFocus( true );
}
}