summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/ViewShell.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 10:27:56 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 10:27:56 +0000
commitaf9189429e3d18701c70f89aadc5dcdae01d042e (patch)
treea249bd709be19c9c83590ee084cacb99fcf9bbff /sd/source/ui/inc/ViewShell.hxx
parent4eb907899e9285185cb0bd99b83307e986e27f15 (diff)
INTEGRATION: CWS impress57 (1.14.110); FILE MERGED
2005/06/01 08:43:12 af 1.14.110.1: #i41306# Made ImpGetUndoManager() virtual.
Diffstat (limited to 'sd/source/ui/inc/ViewShell.hxx')
-rw-r--r--sd/source/ui/inc/ViewShell.hxx6
1 files 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<Implementation> 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);