diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/objmisc.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sfx2/source/doc/objmisc.cxx b/sfx2/source/doc/objmisc.cxx index 202790988e62..f96947d94970 100644 --- a/sfx2/source/doc/objmisc.cxx +++ b/sfx2/source/doc/objmisc.cxx @@ -897,13 +897,6 @@ void SfxObjectShell::SetActivateEvent_Impl(SfxEventHintId nId ) pImpl->nEventId = nId; } -void SfxObjectShell::PrepareReload( ) -/* - Is called before the Reload and gives the opportunity to clear any caches. -*/ -{ -} - bool SfxObjectShell::IsAutoLoadLocked() const /* Returns whether an Autoload is allowed to be executed. Before the @@ -1647,10 +1640,6 @@ bool SfxObjectShell::IsUIActive() return pFrame && pFrame->GetFrame().IsInPlace() && pFrame->GetFrame().GetWorkWindow_Impl()->IsVisible_Impl(); } -void SfxObjectShell::InPlaceActivate( bool ) -{ -} - bool SfxObjectShell::UseInteractionToHandleError( const uno::Reference< task::XInteractionHandler >& xHandler, ErrCode nError ) |