summaryrefslogtreecommitdiff
path: root/svtools/source/hatchwindow/documentcloser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/hatchwindow/documentcloser.cxx')
-rw-r--r--svtools/source/hatchwindow/documentcloser.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svtools/source/hatchwindow/documentcloser.cxx b/svtools/source/hatchwindow/documentcloser.cxx
index 31d1d60fdcce..1e6afc1c1558 100644
--- a/svtools/source/hatchwindow/documentcloser.cxx
+++ b/svtools/source/hatchwindow/documentcloser.cxx
@@ -116,8 +116,7 @@ IMPL_STATIC_LINK_TYPED( MainThreadFrameCloserRequest, worker, void*, p, void )
xWindow->setVisible( sal_False );
// reparent the window
- xWinPeer->setProperty( OUString( "PluginParent" ),
- uno::makeAny( (sal_Int64) 0 ) );
+ xWinPeer->setProperty( "PluginParent", uno::makeAny( (sal_Int64) 0 ) );
vcl::Window* pWindow = VCLUnoHelper::GetWindow( xWindow );
if ( pWindow )