summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/undoback.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-12 16:51:18 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-12 16:51:18 +0000
commitc46b0cbb1a2dbec5e35610a33df12b12181442af (patch)
tree4fb119f108020cd1c112cd51c70520634de74960 /sd/source/ui/inc/undoback.hxx
parent026cb1c0edd6f6b6782b8b0f6d4d6df1a0c31ad8 (diff)
INTEGRATION: CWS sdwarningsbegone (1.3.314); FILE MERGED
2006/11/22 12:42:06 cl 1.3.314.1: #i69285# warning free code changes for unxlngi6.pro
Diffstat (limited to 'sd/source/ui/inc/undoback.hxx')
-rw-r--r--sd/source/ui/inc/undoback.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sd/source/ui/inc/undoback.hxx b/sd/source/ui/inc/undoback.hxx
index 6e2df3b0a909..a50ad0ec5520 100644
--- a/sd/source/ui/inc/undoback.hxx
+++ b/sd/source/ui/inc/undoback.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: undoback.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 05:57:23 $
+ * last change: $Author: kz $ $Date: 2006-12-12 17:50:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -64,9 +64,6 @@ public:
virtual void Undo();
virtual void Redo();
- virtual void Repeat();
-
- virtual BOOL CanRepeat( SfxRepeatTarget& ) const;
virtual SdUndoAction* Clone() const;
};