diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-07-14 09:45:15 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-07-14 09:45:15 +0000 |
commit | 981b737dfd75aa437133951dc4b91470cc742ecf (patch) | |
tree | 547e6fd49ea8869a1ba999f52b8c6cb2e6f88418 /sd/source/ui/slideshow/slideshowimpl.hxx | |
parent | 285b99a1efe9fc709f6b16597f11ca55a6213c95 (diff) |
INTEGRATION: CWS impress61 (1.12.52); FILE MERGED
2005/06/27 15:24:16 cl 1.12.52.1: #123130# remove endPresentationHdl UserEvent when disposing
Diffstat (limited to 'sd/source/ui/slideshow/slideshowimpl.hxx')
-rw-r--r-- | sd/source/ui/slideshow/slideshowimpl.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sd/source/ui/slideshow/slideshowimpl.hxx b/sd/source/ui/slideshow/slideshowimpl.hxx index 5919e801feaf..bc7fcf66c8a9 100644 --- a/sd/source/ui/slideshow/slideshowimpl.hxx +++ b/sd/source/ui/slideshow/slideshowimpl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: slideshowimpl.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: obo $ $Date: 2005-05-03 14:03:04 $ + * last change: $Author: kz $ $Date: 2005-07-14 10:45:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -422,6 +422,8 @@ private: ::com::sun::star::uno::Reference< ::com::sun::star::media::XManager > mxManager; ::std::auto_ptr<PaneHider> mpPaneHider; + + ULONG mnEndShowEvent; }; class SlideShowImplGuard |