diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 13:34:54 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 13:34:54 +0000 |
commit | 637e8e2c6ef3572be6b7e36497cd2d0b42992ecc (patch) | |
tree | 42e70399e7fdb50e8023d2fbe0a31107dc17cb2a /sd/source/ui/slideshow/slideshowimpl.cxx | |
parent | b238a07aa3fce0b81af1b13cf931d9a547dafa7e (diff) |
INTEGRATION: CWS aw024 (1.20.4); FILE MERGED
2006/11/10 05:10:24 aw 1.20.4.9: RESYNC: (1.32-1.33); FILE MERGED
2006/09/21 23:22:29 aw 1.20.4.8: RESYNC: (1.31-1.32); FILE MERGED
2006/08/03 16:34:43 aw 1.20.4.7: RESYNC: (1.29-1.31); FILE MERGED
2006/05/12 20:36:50 aw 1.20.4.6: RESYNC: (1.27-1.29); FILE MERGED
2006/01/26 20:11:09 aw 1.20.4.5: RESYNC: (1.26-1.27); FILE MERGED
2005/11/18 14:36:20 aw 1.20.4.4: RESYNC: (1.22-1.26); FILE MERGED
2005/09/17 13:10:19 aw 1.20.4.3: RESYNC: (1.21-1.22); FILE MERGED
2005/07/22 09:30:46 aw 1.20.4.2: RESYNC: (1.20-1.21); FILE MERGED
2005/05/19 12:11:31 aw 1.20.4.1: #i39529#
Diffstat (limited to 'sd/source/ui/slideshow/slideshowimpl.cxx')
-rw-r--r-- | sd/source/ui/slideshow/slideshowimpl.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx b/sd/source/ui/slideshow/slideshowimpl.cxx index 536e6ae2c70f..349c2e3c9d90 100644 --- a/sd/source/ui/slideshow/slideshowimpl.cxx +++ b/sd/source/ui/slideshow/slideshowimpl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: slideshowimpl.cxx,v $ * - * $Revision: 1.33 $ + * $Revision: 1.34 $ * - * last change: $Author: kz $ $Date: 2006-10-06 10:37:52 $ + * last change: $Author: ihi $ $Date: 2006-11-14 14:34:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -661,7 +661,7 @@ bool SlideshowImpl::startPreview( if( mpView ) { - mpView->AddWin( mpShowWindow ); + mpView->AddWindowToPaintView( mpShowWindow ); mpView->SetAnimationPause( TRUE ); } @@ -887,7 +887,7 @@ bool SlideshowImpl::startShow( PresentationSettings* pPresSettings ) if( mpView ) { - mpView->AddWin( mpShowWindow ); + mpView->AddWindowToPaintView( mpShowWindow ); mpView->SetAnimationPause( TRUE ); } @@ -1079,7 +1079,7 @@ void SlideshowImpl::stopShow() // der DrawView das Praesentationfenster wegnehmen und ihr dafuer ihre alten Fenster wiedergeben if( mpShowWindow && mpView ) - mpView->DelWin( mpShowWindow ); + mpView->DeleteWindowFromPaintView( mpShowWindow ); if( mpView ) mpView->SetAnimationPause( FALSE ); |