From 67aa60007e80104969e2b634ff1a07fd96f55248 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 9 Jun 2012 05:25:34 +0200 Subject: remove dead code Change-Id: I1323fc4e283e9112cceea3acc759a6e0fb4efcb4 --- sc/source/ui/undo/undoblk.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sc/source/ui/undo') 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 ) ); } -- cgit