summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/drawview.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-11-26 19:16:25 +0000
committerRüdiger Timm <rt@openoffice.org>2004-11-26 19:16:25 +0000
commit6fb7ff9d67f764ff30a92706fb8fa3120abbc74b (patch)
treee5160cc36329fba4030de7a2e09cdec05a07bae9 /sd/source/ui/inc/drawview.hxx
parent35c869e4d9ae17c143ef46dedac8c0e3c9d69d1d (diff)
INTEGRATION: CWS presentationengine01 (1.5.12); FILE MERGED
2004/09/06 11:22:43 cl 1.5.12.2: added preview support 2004/08/25 16:42:58 cl 1.5.12.1: replaced old FuSlideShow with new SlideShow
Diffstat (limited to 'sd/source/ui/inc/drawview.hxx')
-rw-r--r--sd/source/ui/inc/drawview.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/inc/drawview.hxx b/sd/source/ui/inc/drawview.hxx
index 86e4140f7cd1..f5832b74b238 100644
--- a/sd/source/ui/inc/drawview.hxx
+++ b/sd/source/ui/inc/drawview.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: drawview.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2004-07-13 14:12:20 $
+ * last change: $Author: rt $ $Date: 2004-11-26 20:16:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,6 +72,7 @@ namespace sd {
class DrawDocShell;
class DrawViewShell;
class FuSlideShow;
+class Slideshow;
#define SDDRAWVIEW_MAGIC 0x456789BA
@@ -118,10 +119,9 @@ public:
void PresPaint(const Region& rRegion);
void SetAnimationMode(BOOL bStart);
- void HideAndAnimateObject(SdrObject* pObj);
void AnimatePage();
BOOL IsInAnimation() { return bInAnimation; }
- FuSlideShow* GetSlideShow() { return pSlideShow; }
+ Slideshow* GetSlideShow() { return mpSlideShow; }
virtual SdrObject* GetMaxToBtmObj(SdrObject* pObj) const;
@@ -139,7 +139,7 @@ private:
USHORT nPresPaintSmph; // zum Blockieren des Zeichnens
// in der Diashow
BOOL bPixelMode;
- FuSlideShow* pSlideShow;
+ Slideshow* mpSlideShow;
BOOL bInAnimation;
ULONG nMagic;