Kaydet (Commit) c299011a authored tarafından Caolán McNamara's avatar Caolán McNamara

shuffle this around a little

Change-Id: Ibf23114885c49163d50b3249db8788770fe74352
üst 3d8bf853
......@@ -69,6 +69,7 @@ struct SfxRequest_Impl: public SfxListener
SfxViewFrame* pViewFrame;
css::uno::Reference< css::frame::XDispatchRecorder > xRecorder;
css::uno::Reference< uno::XComponentContext > xContext;
explicit SfxRequest_Impl( SfxRequest *pOwner )
: pAnti( pOwner)
......@@ -83,8 +84,9 @@ struct SfxRequest_Impl: public SfxListener
, nCallMode( SfxCallMode::SYNCHRON )
, bAllowRecording( false )
, pViewFrame(nullptr)
{}
, xContext(comphelper::getProcessComponentContext())
{
}
void SetPool( SfxItemPool *pNewPool );
virtual void Notify( SfxBroadcaster &rBC, const SfxHint &rHint ) override;
......@@ -349,8 +351,6 @@ void SfxRequest_Impl::Record
}
}
uno::Reference< uno::XComponentContext > xContext = ::comphelper::getProcessComponentContext();
uno::Reference< util::XURLTransformer > xTransform = util::URLTransformer::create( xContext );
css::util::URL aURL;
......
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