diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-12-10 12:41:09 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-12-10 12:41:09 +0100 |
commit | 66050b87257f26bb78134f8d40410360ff4bd384 (patch) | |
tree | ba03dceb0f239afd293fd65f64bb8d243ac0f8d5 /sfx2/inc | |
parent | b65cac5336385cc2637bc835fcce745fd5fe7cb0 (diff) |
autorecovery: moved some code from SfxFrame::InsertDocument_Impl to where the view is actually created (or connected)
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/frmload.hxx | 5 | ||||
-rw-r--r-- | sfx2/inc/sfx2/frame.hxx | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sfx2/inc/frmload.hxx b/sfx2/inc/frmload.hxx index 7a1ecb9ce86a..2203c9d5dca9 100644 --- a/sfx2/inc/frmload.hxx +++ b/sfx2/inc/frmload.hxx @@ -139,6 +139,11 @@ private: void impl_removeLoaderArguments( ::comphelper::NamedValueCollection& io_rDescriptor ); + + void impl_determineViewID_nothrow( + const SfxObjectShell& i_rDocument, + ::comphelper::NamedValueCollection& io_rDescriptor + ); }; #endif diff --git a/sfx2/inc/sfx2/frame.hxx b/sfx2/inc/sfx2/frame.hxx index a19968002209..69a2a0238937 100644 --- a/sfx2/inc/sfx2/frame.hxx +++ b/sfx2/inc/sfx2/frame.hxx @@ -225,6 +225,7 @@ public: SAL_DLLPRIVATE BOOL IsMenuBarOn_Impl() const; SAL_DLLPRIVATE SystemWindow* GetTopWindow_Impl() const; SAL_DLLPRIVATE void PositionWindow_Impl( const Rectangle& rWinArea ) const; + SAL_DLLPRIVATE bool IsMarkedHidden_Impl() const; //#endif private: SAL_DLLPRIVATE void Construct_Impl(); |