summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-06-09 05:25:34 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-06-09 05:25:34 +0200
commit67aa60007e80104969e2b634ff1a07fd96f55248 (patch)
tree9697c3c8b42037470d1a456af1d566da5b3e4c69 /sc/source/ui/undo
parent3770bbbdba912b8a83d79842828a4b30894b4c70 (diff)
remove dead code
Change-Id: I1323fc4e283e9112cceea3acc759a6e0fb4efcb4
Diffstat (limited to 'sc/source/ui/undo')
-rw-r--r--sc/source/ui/undo/undoblk.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/ui/undo/undoblk.cxx b/sc/source/ui/undo/undoblk.cxx
index b564a34593ff..b978a5ce65f7 100644
--- a/sc/source/ui/undo/undoblk.cxx
+++ b/sc/source/ui/undo/undoblk.cxx
@@ -735,11 +735,6 @@ void ScUndoDeleteMulti::Redo()
DoChange();
-//! Markierung loeschen, derzeit unnoetig (s.o.)
-//! ScTabViewShell* pViewShell = ScTabViewShell::GetActiveViewShell();
-//! if (pViewShell)
-//! DoneBlockMode();
-
EndRedo();
SFX_APP()->Broadcast( SfxSimpleHint( SC_HINT_AREALINKS_CHANGED ) );
}