summaryrefslogtreecommitdiff
path: root/sd/inc/sdundo.hxx
diff options
context:
space:
mode:
authorThorsten Behrens <thb@openoffice.org>2001-09-17 13:09:29 +0000
committerThorsten Behrens <thb@openoffice.org>2001-09-17 13:09:29 +0000
commit2534889a4109a970323295ee91dfd10a0a1cb834 (patch)
tree7fe503429a16459b08ea34a5877084857d17ac9c /sd/inc/sdundo.hxx
parent8c1f3d4304e4906c91d9b7601837940560cce43c (diff)
#90102# Globally disabled repeat for Draw/Impress
Diffstat (limited to 'sd/inc/sdundo.hxx')
-rw-r--r--sd/inc/sdundo.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sd/inc/sdundo.hxx b/sd/inc/sdundo.hxx
index eff5d0436729..e5c3c7be2a29 100644
--- a/sd/inc/sdundo.hxx
+++ b/sd/inc/sdundo.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sdundo.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:48:28 $
+ * last change: $Author: thb $ $Date: 2001-09-17 14:09:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,6 +78,8 @@ public:
TYPEINFO();
SdUndoAction(SdDrawDocument* pSdDrawDocument)
: pDoc(pSdDrawDocument) {}
+ virtual BOOL CanRepeat(SfxRepeatTarget& rView) const;
+ virtual void Repeat(SfxRepeatTarget& rView);
virtual ~SdUndoAction() {}
void SetComment(String& rStr) { aComment = rStr; }
virtual String GetComment() const { return aComment; }