summaryrefslogtreecommitdiff
path: root/extensions/source/plugin/base/plctrl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/plugin/base/plctrl.cxx')
-rw-r--r--extensions/source/plugin/base/plctrl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/plugin/base/plctrl.cxx b/extensions/source/plugin/base/plctrl.cxx
index bceeaa61afb9..b8973e0ec8f0 100644
--- a/extensions/source/plugin/base/plctrl.cxx
+++ b/extensions/source/plugin/base/plctrl.cxx
@@ -166,7 +166,7 @@ void PluginControl_Impl::createPeer( const Reference< ::com::sun::star::awt::XTo
_xParentWindow = Reference< ::com::sun::star::awt::XWindow > ( xParentPeer, UNO_QUERY );
DBG_ASSERT( _xParentWindow.is(), "### no parent peer window!" );
- Window* pImpl = VCLUnoHelper::GetWindow( xParentPeer );
+ vcl::Window* pImpl = VCLUnoHelper::GetWindow( xParentPeer );
if (pImpl)
{
_pSysChild = new SystemChildWindow( pImpl, WB_CLIPCHILDREN );