diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/func/sdundogr.cxx | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/sd/source/ui/func/sdundogr.cxx b/sd/source/ui/func/sdundogr.cxx index 554f038c04fd..8140305ad504 100644 --- a/sd/source/ui/func/sdundogr.cxx +++ b/sd/source/ui/func/sdundogr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sdundogr.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-09-16 18:59:20 $ + * last change: $Author: kz $ $Date: 2006-12-12 17:27:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -116,23 +116,6 @@ void SdUndoGroup::Redo() /************************************************************************* |* -|* Repeat -|* -\************************************************************************/ - -void SdUndoGroup::Repeat() -{ - ULONG nLast = aCtn.Count(); - for (ULONG nAction = 0; nAction < nLast; nAction++) - { -// erstmal nichts tun, bis klar ist, woher wir das RepeatTarget bekommen -// ((SdUndoAction*)aCtn.GetObject(nAction))->Repeat(); - } - -} - -/************************************************************************* -|* |* eine Aktion hinzufuegen |* \************************************************************************/ |