summaryrefslogtreecommitdiff
path: root/sd/source/ui/slideshow/slideshow.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-03 15:15:49 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-03 15:15:49 +0000
commitacf05af62cfb1c167f5aa7a678b9c9c07e7dc65b (patch)
treeb55663691306736fec071c70008627ab238187c6 /sd/source/ui/slideshow/slideshow.cxx
parentb43132e2fde69b1e28ac6c2f1012d023660540a2 (diff)
INTEGRATION: CWS components1 (1.7.74); FILE MERGED
2007/01/25 15:16:07 af 1.7.74.3: RESYNC: (1.8-1.9); FILE MERGED 2006/09/25 17:19:42 af 1.7.74.2: RESYNC: (1.7-1.8); FILE MERGED 2006/09/15 09:02:44 af 1.7.74.1: #i68075# Added parent window argument to SlideShow constructor.
Diffstat (limited to 'sd/source/ui/slideshow/slideshow.cxx')
-rw-r--r--sd/source/ui/slideshow/slideshow.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/sd/source/ui/slideshow/slideshow.cxx b/sd/source/ui/slideshow/slideshow.cxx
index efdf047c01bf..d7a40216b9cd 100644
--- a/sd/source/ui/slideshow/slideshow.cxx
+++ b/sd/source/ui/slideshow/slideshow.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: slideshow.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: kz $ $Date: 2006-12-12 18:06:24 $
+ * last change: $Author: rt $ $Date: 2007-04-03 16:15:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -46,8 +46,9 @@
using namespace ::sd;
using namespace ::rtl;
-Slideshow::Slideshow( ViewShell* pViewSh, ::sd::View* pView, SdDrawDocument* pDoc )
-: mpImpl( new SlideshowImpl(pViewSh, pView, pDoc ) )
+Slideshow::Slideshow( ViewShell* pViewSh, ::sd::View* pView, SdDrawDocument* pDoc,
+ ::Window* pParentWindow )
+ : mpImpl( new SlideshowImpl(pViewSh, pView, pDoc, pParentWindow ) )
{
mpImpl->acquire();
}