summaryrefslogtreecommitdiff
path: root/sd/source/ui/slideshow
diff options
context:
space:
mode:
authorAndrzej J. R. Hunt <andrzej@ahunt.org>2012-07-17 16:44:46 +0200
committerMichael Meeks <michael.meeks@suse.com>2012-08-06 10:22:56 +0100
commita1e8ed9831d7f7af45932841244b4551a5a92ad3 (patch)
tree73e68db10fb2ccf79c0a1501db015fc57a9edc6e /sd/source/ui/slideshow
parente697fd2de4b375ece6a69f6c0a1a09a1faffaf93 (diff)
Create listener when presentation is started.
Change-Id: I830bb6e20046ebc80c740ca77bb97dddca1e4c02
Diffstat (limited to 'sd/source/ui/slideshow')
-rw-r--r--sd/source/ui/slideshow/slideshow.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/source/ui/slideshow/slideshow.cxx b/sd/source/ui/slideshow/slideshow.cxx
index ad9fbfb1c1aa..32bbfe042623 100644
--- a/sd/source/ui/slideshow/slideshow.cxx
+++ b/sd/source/ui/slideshow/slideshow.cxx
@@ -58,6 +58,7 @@
#include "sdattr.hrc"
#include "FactoryIds.hxx"
#include "ViewShell.hxx"
+#include "Server.hxx"
#include "SlideShowRestarter.hxx"
#include "DrawController.hxx"
#include <boost/bind.hpp>
@@ -267,6 +268,7 @@ void SlideShow::CreateController( ViewShell* pViewSh, ::sd::View* pView, ::Wind
// multiple slide show instances for one document.
mxController = xController;
mbIsInStartup = false;
+ Server::presentationStarted( getController() );
}
// --------------------------------------------------------------------
@@ -910,6 +912,7 @@ void SAL_CALL SlideShow::startWithArguments( const Sequence< PropertyValue >& rA
StartFullscreenPresentation();
else
StartInPlacePresentation();
+
}
// --------------------------------------------------------------------