summaryrefslogtreecommitdiff
path: root/sfx2/inc/frmload.hxx
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2009-12-04 10:11:06 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2009-12-04 10:11:06 +0100
commit7522c1c55099f2eff10b0d2489c30424051b18b8 (patch)
treea841512ec66154ac52a35fedce057d9eb11eb929 /sfx2/inc/frmload.hxx
parent23abd10356bb469ee2c2219e4b76da6a05a6f0f1 (diff)
autorecovery: another client of InsertDocument_Impl died ...
SfxFrame::InsertDocument has been replaced with SfxViewFrame::LoadDocument, which now uses the UNO loader to load the existing document into a frame, instead of going the direct (non-UNO-, pure-SFX-) way
Diffstat (limited to 'sfx2/inc/frmload.hxx')
-rw-r--r--sfx2/inc/frmload.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sfx2/inc/frmload.hxx b/sfx2/inc/frmload.hxx
index faace37d1388..4c677994cda6 100644
--- a/sfx2/inc/frmload.hxx
+++ b/sfx2/inc/frmload.hxx
@@ -137,6 +137,10 @@ private:
const ::com::sun::star::uno::Any& i_rCaughtError,
const ::comphelper::NamedValueCollection& i_rDescriptor
) const;
+
+ SfxFrame* impl_getOrCreateEmptySfxFrame(
+ const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& i_rFrame
+ ) const;
};
#endif