From af9189429e3d18701c70f89aadc5dcdae01d042e Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Fri, 23 Sep 2005 10:27:56 +0000
Subject: [PATCH] INTEGRATION: CWS impress57 (1.14.110); FILE MERGED 2005/06/01
08:43:12 af 1.14.110.1: #i41306# Made ImpGetUndoManager() virtual.
---
sd/source/ui/inc/ViewShell.hxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sd/source/ui/inc/ViewShell.hxx b/sd/source/ui/inc/ViewShell.hxx
index d68a57be4329..c214719f6c3a 100644
--- a/sd/source/ui/inc/ViewShell.hxx
+++ b/sd/source/ui/inc/ViewShell.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ViewShell.hxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 05:19:07 $
+ * last change: $Author: hr $ $Date: 2005-09-23 11:27:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -593,7 +593,7 @@ protected:
::std::auto_ptr mpImpl;
// #96090# Support methods for centralized UNDO/REDO
- SfxUndoManager* ImpGetUndoManager (void) const;
+ virtual SfxUndoManager* ImpGetUndoManager (void) const;
void ImpGetUndoStrings(SfxItemSet &rSet) const;
void ImpGetRedoStrings(SfxItemSet &rSet) const;
void ImpSidUndo(BOOL bDrawViewShell, SfxRequest& rReq);