diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-12-14 12:55:05 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-12-14 12:55:05 +0100 |
commit | 16dacff35f047b4acb5ea594ed01e9ce76fc525e (patch) | |
tree | 885e3cfc3753249559a84d55bedafd667b25202b /sfx2/inc/frmload.hxx | |
parent | 3df3758bd64435d207ccc1aff7d9aba4466a3095 (diff) |
autorecovery: replace some SfxFrameItem occurences by SfxUnoFrameItem
As a consequence, replace some occurences of SfxFrame with XFrame.
This allows getting rid of yet some more Sfx code in the (SFX) doc loader. Also, it prevents premature
creations of SfxFrame instances during loading, since now the frame is really created when it is needed only.
Diffstat (limited to 'sfx2/inc/frmload.hxx')
-rw-r--r-- | sfx2/inc/frmload.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sfx2/inc/frmload.hxx b/sfx2/inc/frmload.hxx index 48d03ec6dd07..32217b786da8 100644 --- a/sfx2/inc/frmload.hxx +++ b/sfx2/inc/frmload.hxx @@ -107,11 +107,6 @@ private: ::comphelper::NamedValueCollection& io_rDescriptor ) const; - sal_Bool impl_cleanUp( - const sal_Bool i_bSuccess, - const SfxFrameWeak& i_wFrame - ) const; - bool impl_determineTemplateDocument( ::comphelper::NamedValueCollection& io_rDescriptor ) const; @@ -134,10 +129,6 @@ private: const ::comphelper::NamedValueCollection& i_rDescriptor ) const; - SfxFrame* impl_getOrCreateEmptySfxFrame( - const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& i_rFrame - ) const; - void impl_removeLoaderArguments( ::comphelper::NamedValueCollection& io_rDescriptor ); |