From 7ab29624dd7ecafa00c040139df836ff8bda7389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Tue, 3 Apr 2007 15:04:07 +0000 Subject: [PATCH] INTEGRATION: CWS components1 (1.3.232); FILE MERGED 2007/01/29 17:23:45 af 1.3.232.3: #i68075# Made ImpressViewShellBase the new base class. 2006/08/22 12:41:28 af 1.3.232.2: #i68075# Removed the LateInit() variant. 2006/08/22 11:13:35 af 1.3.232.1: #i68075# Added implementation of the LateInit() method. --- sd/source/ui/inc/OutlineViewShellBase.hxx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sd/source/ui/inc/OutlineViewShellBase.hxx b/sd/source/ui/inc/OutlineViewShellBase.hxx index d217c64dce2b..85a495700f65 100644 --- a/sd/source/ui/inc/OutlineViewShellBase.hxx +++ b/sd/source/ui/inc/OutlineViewShellBase.hxx @@ -4,9 +4,9 @@ * * $RCSfile: OutlineViewShellBase.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 05:10:44 $ + * last change: $Author: rt $ $Date: 2007-04-03 16:04:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,7 +36,7 @@ #ifndef SD_OUTLINE_VIEW_SHELL_BASE_HXX #define SD_OUTLINE_VIEW_SHELL_BASE_HXX -#include "ViewShellBase.hxx" +#include "ImpressViewShellBase.hxx" namespace sd { @@ -45,11 +45,12 @@ namespace sd { creates an outline view shell as default. */ class OutlineViewShellBase - : public ViewShellBase + : public ImpressViewShellBase { public: TYPEINFO(); SFX_DECL_VIEWFACTORY(OutlineViewShellBase); + /** This constructor is used by the view factory of the SFX macros. */