summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc
diff options
context:
space:
mode:
authorAndrzej J. R. Hunt <andrzej@ahunt.org>2012-07-19 13:02:03 +0200
committerMichael Meeks <michael.meeks@suse.com>2012-08-06 10:22:58 +0100
commit4967e88b9adf73f538a379f0a215b0e0b6c2a968 (patch)
tree15de42911e1d25934c444db0cdb12c15e7c0e307 /sd/source/ui/inc
parent61abbf7f6c8ae0a6ce284881b5c99d1fe9b1ba3d (diff)
Fixed the Listener lifecycle, prevents crash on slideshow exit.
Change-Id: I918754dc7b99cd48bbc012d62b2a8cd0eb0e438e
Diffstat (limited to 'sd/source/ui/inc')
-rw-r--r--sd/source/ui/inc/Server.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/inc/Server.hxx b/sd/source/ui/inc/Server.hxx
index 8447292d2089..b0dcc1c62a75 100644
--- a/sd/source/ui/inc/Server.hxx
+++ b/sd/source/ui/inc/Server.hxx
@@ -42,6 +42,7 @@ namespace sd
static void setup();
static void presentationStarted( const css::uno::Reference<
css::presentation::XSlideShowController > &rController );
+ void informListenerDestroyed();
private:
Server();
~Server();