summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/itemconnect.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/dialog/itemconnect.cxx')
-rw-r--r--sfx2/source/dialog/itemconnect.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/dialog/itemconnect.cxx b/sfx2/source/dialog/itemconnect.cxx
index de97fa5246dc..595e1b481277 100644
--- a/sfx2/source/dialog/itemconnect.cxx
+++ b/sfx2/source/dialog/itemconnect.cxx
@@ -82,7 +82,7 @@ ControlWrapperBase::~ControlWrapperBase()
// Single control wrappers
-DummyWindowWrapper::DummyWindowWrapper( Window& rWindow ) :
+DummyWindowWrapper::DummyWindowWrapper( vcl::Window& rWindow ) :
SingleControlWrapperType( rWindow )
{
}
@@ -258,7 +258,7 @@ TriState ItemConnectionBase::GetShowState( bool bKnown ) const
// Standard connections
-DummyItemConnection::DummyItemConnection( sal_uInt16 nSlot, Window& rWindow, ItemConnFlags nFlags ) :
+DummyItemConnection::DummyItemConnection( sal_uInt16 nSlot, vcl::Window& rWindow, ItemConnFlags nFlags ) :
ItemConnectionBase( nFlags ),
DummyWindowWrapper( rWindow ),
mnSlot( nSlot )