[Libreoffice-commits] core.git: sw/source

Tor Lillqvist tml at collabora.com
Wed Oct 16 08:14:52 PDT 2013


 sw/source/core/view/viewsh.cxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 4d392f9132e5e21f0da7c043bd41a32921e0f41f
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed Oct 16 18:14:16 2013 +0300

    Bin a line of dead code
    
    Change-Id: Iebbb7e5200977e9c89cbd213cb78613d3d0f3ba4

diff --git a/sw/source/core/view/viewsh.cxx b/sw/source/core/view/viewsh.cxx
index 5e2fd60..dc0661e 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;


More information about the Libreoffice-commits mailing list