summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/SdUnoSlideView.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 10:54:39 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 10:54:39 +0000
commitd2f191f77279478efaae956b46497fafbce38724 (patch)
tree4568ff3c5d269f443094e422f2921d8e38618568 /sd/source/ui/inc/SdUnoSlideView.hxx
parentad4d6f6691804bed310f5a682abb6fa3ba5d11bf (diff)
INTEGRATION: CWS impress10ea (1.5.100); FILE MERGED
2004/05/17 09:28:27 af 1.5.100.1: #116371# Base class now is DrawController instead of DrawSubController.
Diffstat (limited to 'sd/source/ui/inc/SdUnoSlideView.hxx')
-rw-r--r--sd/source/ui/inc/SdUnoSlideView.hxx18
1 files changed, 11 insertions, 7 deletions
diff --git a/sd/source/ui/inc/SdUnoSlideView.hxx b/sd/source/ui/inc/SdUnoSlideView.hxx
index 10132ec76798..09f51439c5da 100644
--- a/sd/source/ui/inc/SdUnoSlideView.hxx
+++ b/sd/source/ui/inc/SdUnoSlideView.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: SdUnoSlideView.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2004-01-20 11:43:23 $
+ * last change: $Author: obo $ $Date: 2004-06-03 11:54:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,8 +62,8 @@
#ifndef SD_UNO_SLIDE_VIEW_HXX
#define SD_UNO_SLIDE_VIEW_HXX
-#ifndef SD_DRAW_SUB_CONTROLLER_HXX
-#include "DrawSubController.hxx"
+#ifndef SD_DRAW_CONTROLLER_HXX
+#include "DrawController.hxx"
#endif
#ifndef _COM_SUN_STAR_DRAWING_XDRAWVIEW_HPP_
#include <com/sun/star/drawing/XDrawView.hpp>
@@ -98,18 +98,22 @@
namespace sd {
-class View;
+class ViewShellBase;
class SlideViewShell;
+class View;
/**
* This class implements the view component for a SdOutlineViewShell
*/
class SdUnoSlideView
- : public DrawSubController
+ : public DrawController
{
public:
- SdUnoSlideView(View& rView, ViewShell& rViewShell) throw();
+ SdUnoSlideView (
+ ViewShellBase& rBase,
+ ViewShell& rViewShell,
+ View& rView) throw();
virtual ~SdUnoSlideView() throw();
// XTypeProvider