summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/inc/ViewShellBase.hxx4
-rw-r--r--sd/source/ui/view/ViewShellBase.cxx8
2 files changed, 0 insertions, 12 deletions
diff --git a/sd/source/ui/inc/ViewShellBase.hxx b/sd/source/ui/inc/ViewShellBase.hxx
index b4e86bb90459..f67da17348b4 100644
--- a/sd/source/ui/inc/ViewShellBase.hxx
+++ b/sd/source/ui/inc/ViewShellBase.hxx
@@ -198,10 +198,6 @@ public:
*/
void ShowUIControls (bool bVisible);
- /** this method starts the presentation by
- executing the slot SID_PRESENTATION asynchronous */
- void StartPresentation();
-
/** Return an event multiplexer. It is a single class that forwards
events from various sources. This method must not be called before
LateInit() has terminated.
diff --git a/sd/source/ui/view/ViewShellBase.cxx b/sd/source/ui/view/ViewShellBase.cxx
index 440030f38a8f..d67a1ab621a3 100644
--- a/sd/source/ui/view/ViewShellBase.cxx
+++ b/sd/source/ui/view/ViewShellBase.cxx
@@ -905,14 +905,6 @@ OUString ViewShellBase::GetInitialViewShellType()
return sRequestedView;
}
-/** this method starts the presentation by
- executing the slot SID_PRESENTATION asynchronous */
-void ViewShellBase::StartPresentation()
-{
- if( GetViewFrame() && GetViewFrame()->GetDispatcher() )
- GetViewFrame()->GetDispatcher()->Execute(SID_PRESENTATION, SfxCallMode::ASYNCHRON | SfxCallMode::RECORD );
-}
-
::boost::shared_ptr<tools::EventMultiplexer> ViewShellBase::GetEventMultiplexer()
{
OSL_ASSERT(mpImpl.get()!=NULL);