From 4d392f9132e5e21f0da7c043bd41a32921e0f41f Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 16 Oct 2013 18:14:16 +0300 Subject: Bin a line of dead code Change-Id: Iebbb7e5200977e9c89cbd213cb78613d3d0f3ba4 --- sw/source/core/view/viewsh.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sw') diff --git a/sw/source/core/view/viewsh.cxx b/sw/source/core/view/viewsh.cxx index 5e2fd606217d..dc0661ed1cf6 100644 --- a/sw/source/core/view/viewsh.cxx +++ b/sw/source/core/view/viewsh.cxx @@ -626,10 +626,6 @@ sal_Bool ViewShell::HasCharts() const void ViewShell::LayoutIdle() { -#ifdef TCOVER - //for TCV-version: end of start phase of the application - TCovCall::Idle(); -#endif if( !mpOpt->IsIdle() || !GetWin() || ( Imp()->HasDrawView() && Imp()->GetDrawView()->IsDragObj() ) ) return; -- cgit