summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/docprev.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-04-03 13:00:46 +0000
committerKurt Zenker <kz@openoffice.org>2008-04-03 13:00:46 +0000
commit9e3aa53361ef4fce52e8c0fe660a23231facb0e8 (patch)
treed25c7ed4a17bad2890608e59e0c26567e4b79d19 /sd/source/ui/inc/docprev.hxx
parent86090efcbbe3beaa52ef21d22e0a2de7c296265d (diff)
INTEGRATION: CWS presenterview (1.8.388); FILE MERGED
2008/01/09 18:28:24 cl 1.8.388.1: #i15900# slideshow api consolidation
Diffstat (limited to 'sd/source/ui/inc/docprev.hxx')
-rw-r--r--sd/source/ui/inc/docprev.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/sd/source/ui/inc/docprev.hxx b/sd/source/ui/inc/docprev.hxx
index 82384be04cf5..a5746bfeb348 100644
--- a/sd/source/ui/inc/docprev.hxx
+++ b/sd/source/ui/inc/docprev.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: docprev.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 05:27:45 $
+ * last change: $Author: kz $ $Date: 2008-04-03 14:00:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -48,6 +48,8 @@
#include <tools/gen.hxx>
#endif
+#include <rtl/ref.hxx>
+
#ifndef _SFXLSTNER_HXX
#include <svtools/lstner.hxx>
#endif
@@ -63,7 +65,7 @@
#endif
namespace sd {
- class Slideshow;
+ class SlideShow;
}
class GDIMetaFile;
@@ -77,7 +79,7 @@ protected:
SfxObjectShell* mpObj;
sal_uInt16 mnShowPage;
Color maDocumentColor;
- sd::Slideshow* mpSlideShow;
+ rtl::Reference< sd::SlideShow > mxSlideShow;
virtual void Paint( const Rectangle& rRect );
static void CalcSizeAndPos( GDIMetaFile* pFile, Size& rSize, Point& rPoint );