diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-10-11 07:17:18 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-10-11 07:17:18 +0000 |
commit | 45586fea10654be9283aa9fcb5dc4eb59caa728d (patch) | |
tree | d7f6f0f36ecad4f5182f8d0975a186222356b06f | |
parent | 89e49319d1e2a85d26599bb2fe3f10b60c07226b (diff) |
INTEGRATION: CWS presfixes08 (1.5.130); FILE MERGED
2005/09/05 11:46:14 cl 1.5.130.1: #i51786# changed slideshow api to support hidden slides during slideshow
-rw-r--r-- | sd/source/ui/slideshow/showwin.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/slideshow/showwin.cxx b/sd/source/ui/slideshow/showwin.cxx index 2c9aeae425d5..5f920816df1c 100644 --- a/sd/source/ui/slideshow/showwin.cxx +++ b/sd/source/ui/slideshow/showwin.cxx @@ -4,9 +4,9 @@ * * $RCSfile: showwin.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-09 06:07:09 $ + * last change: $Author: obo $ $Date: 2005-10-11 08:17:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -238,8 +238,8 @@ void ShowWindow::MouseButtonUp(const MouseEvent& rMEvt) { TerminateShow(); } - else if( ( SHOWWINDOWMODE_BLANK == meShowWindowMode ) || - ( SHOWWINDOWMODE_PAUSE == meShowWindowMode ) ) + else if( (( SHOWWINDOWMODE_BLANK == meShowWindowMode ) || ( SHOWWINDOWMODE_PAUSE == meShowWindowMode )) + && !rMEvt.IsRight() ) { RestartShow(); } |