summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-16 18:14:16 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-16 18:14:24 +0300
commit4d392f9132e5e21f0da7c043bd41a32921e0f41f (patch)
tree6d851f6ce351cc31ca204153bea80fc91aedfbc7 /sw
parent7693a4b9fbb60105d8438465db51c7afef4c3eb1 (diff)
Bin a line of dead code
Change-Id: Iebbb7e5200977e9c89cbd213cb78613d3d0f3ba4
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/view/viewsh.cxx4
1 files changed, 0 insertions, 4 deletions
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;