summaryrefslogtreecommitdiff
path: root/sfx2/source/view/viewsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/view/viewsh.cxx')
-rw-r--r--sfx2/source/view/viewsh.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx
index fc87a0a9f74b..27cc1dfc28e8 100644
--- a/sfx2/source/view/viewsh.cxx
+++ b/sfx2/source/view/viewsh.cxx
@@ -475,7 +475,7 @@ void SfxViewShell::ExecMisc_Impl( SfxRequest &rReq )
if(xElement.is())
{
uno::Reference< awt::XWindow > xWin( xElement->getRealInterface(), uno::UNO_QUERY_THROW );
- Window* pWin = VCLUnoHelper::GetWindow( xWin );
+ vcl::Window* pWin = VCLUnoHelper::GetWindow( xWin );
ToolBox* pTextToolbox = dynamic_cast< ToolBox* >( pWin );
if( pTextToolbox )
{
@@ -486,7 +486,7 @@ void SfxViewShell::ExecMisc_Impl( SfxRequest &rReq )
const OUString& rCommand = pTextToolbox->GetItemCommand( nItemId );
if (rCommand == ".uno:StyleApply")
{
- Window* pItemWin = pTextToolbox->GetItemWindow( nItemId );
+ vcl::Window* pItemWin = pTextToolbox->GetItemWindow( nItemId );
if( pItemWin )
pItemWin->GrabFocus();
break;
@@ -930,7 +930,7 @@ void SfxViewShell::UIDeactivated( SfxInPlaceClient* /*pClient*/ )
SfxInPlaceClient* SfxViewShell::FindIPClient
(
const uno::Reference < embed::XEmbeddedObject >& xObj,
- Window* pObjParentWin
+ vcl::Window* pObjParentWin
) const
{
SfxInPlaceClientList *pClients = GetIPClientList_Impl(false);
@@ -1185,7 +1185,7 @@ const SvBorder& SfxViewShell::GetBorderPixel() const
void SfxViewShell::SetWindow
(
- Window* pViewPort // For example Null pointer in the Destructor.
+ vcl::Window* pViewPort // For example Null pointer in the Destructor.
)
/* [Description]