Kaydet (Commit) d95fb607 authored tarafından Noel Grandin's avatar Noel Grandin

fix windows build

üst 6ec63194
...@@ -776,7 +776,7 @@ uno::Reference< frame::XFrame2 > DocumentHolder::DocumentFrame() ...@@ -776,7 +776,7 @@ uno::Reference< frame::XFrame2 > DocumentHolder::DocumentFrame()
// is loaded into the frame in ::show() method the terminate listener will be removed // is loaded into the frame in ::show() method the terminate listener will be removed
// this is so only for outplace activation // this is so only for outplace activation
if( xFrame.is() ) 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( uno::Reference< util::XCloseBroadcaster > xBroadcaster(
m_xFrame, uno::UNO_QUERY ); m_xFrame, uno::UNO_QUERY );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment