summaryrefslogtreecommitdiff
path: root/sd/source/ui
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-12 16:27:57 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-12 16:27:57 +0000
commitaba145ed422f3a5b7d3938a8a1b758d985187a8c (patch)
tree0f0d4e2793f1424574fd00b31d0f6064966706fb /sd/source/ui
parent9375a182811e5906d81b9c3e59b8e48fdbe320d2 (diff)
INTEGRATION: CWS sdwarningsbegone (1.6.38); FILE MERGED
2006/11/22 12:41:58 cl 1.6.38.1: #i69285# warning free code changes for unxlngi6.pro
Diffstat (limited to 'sd/source/ui')
-rw-r--r--sd/source/ui/func/sdundogr.cxx21
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
|*
\************************************************************************/