fix windows build

This commit is contained in:
Noel Grandin
2013-04-08 15:24:17 +02:00
parent 6ec6319423
commit d95fb607c2

View File

@@ -776,7 +776,7 @@ uno::Reference< frame::XFrame2 > DocumentHolder::DocumentFrame()
// is loaded into the frame in ::show() method the terminate listener will be removed
// this is so only for outplace activation
if( xFrame.is() )
m_xFrame = xFrame->findFrame( OUString("_blank"), 0 );
m_xFrame.set( xFrame->findFrame( OUString("_blank"), 0 ), uno::UNO_QUERY_THROW );
uno::Reference< util::XCloseBroadcaster > xBroadcaster(
m_xFrame, uno::UNO_QUERY );