summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentUndoRedo.hxx
diff options
context:
space:
mode:
authorRobert Roth <robert.roth.off@gmail.com>2010-11-15 11:59:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-15 11:59:57 +0000
commitd67e79934fa19cd667c2455e5e95dd48df511179 (patch)
treefad02748be4007f72432d57a8a40e2ae9f64d49c /sw/inc/IDocumentUndoRedo.hxx
parent54d8e263fe5f44f408038d23997039f19c90e09c (diff)
Comment translations, bogus comments, commented code removed from SW includes
Diffstat (limited to 'sw/inc/IDocumentUndoRedo.hxx')
-rw-r--r--sw/inc/IDocumentUndoRedo.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/IDocumentUndoRedo.hxx b/sw/inc/IDocumentUndoRedo.hxx
index 45f33f58dc1b..4dcc0d2a0809 100644
--- a/sw/inc/IDocumentUndoRedo.hxx
+++ b/sw/inc/IDocumentUndoRedo.hxx
@@ -78,7 +78,7 @@ public:
0 letzte Aktion, sonst Aktionen bis zum Start der Klammerung nUndoId
In rUndoRange wird der restaurierte Bereich gesetzt.
*/
- virtual bool Undo( SwUndoIter& ) = 0; // -> #111827#
+ virtual bool Undo( SwUndoIter& ) = 0;
/** Opens undo block.
@@ -109,7 +109,7 @@ public:
*/
virtual SwUndoId EndUndo( SwUndoId eUndoId, const SwRewriter * pRewriter) = 0;
- /** <- #111827#
+ /**
loescht die gesamten UndoObjecte ( fuer Methoden die am Nodes
Array drehen ohne entsprechendes Undo !!)
*/
@@ -137,7 +137,7 @@ public:
virtual SwUndo* RemoveLastUndo(SwUndoId eUndoId) = 0;
- /** 2002-05-31 dvo, #95884#: To prevent an undo array overflow when
+ /** To prevent an undo array overflow when
doing nested undos, undo may have to be disabled. Undo-intensive
actions (like auto-format) should check this manually.
*/