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

Miklos Vajna vmiklos at collabora.co.uk
Thu Sep 15 11:39:57 UTC 2016


 sw/source/core/docnode/swbaslnk.cxx |   10 ----------
 1 file changed, 10 deletions(-)

New commits:
commit f78ad80e5562567e8612269b8bed1283bafb6198
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Thu Sep 15 10:48:23 2016 +0200

    sw: clean up useless dbglevel=2 code in swbaslnk
    
    Change-Id: Ibb461df36578c700a6299ad35181e26af70ab928

diff --git a/sw/source/core/docnode/swbaslnk.cxx b/sw/source/core/docnode/swbaslnk.cxx
index d823ea5..3e0c93af 100644
--- a/sw/source/core/docnode/swbaslnk.cxx
+++ b/sw/source/core/docnode/swbaslnk.cxx
@@ -380,16 +380,6 @@ bool SwBaseLink::SwapIn( bool bWaitForData, bool bNativFormat )
         ReleaseRef();
     }
 
-#if OSL_DEBUG_LEVEL > 1
-    {
-        OUString sGrfNm;
-        if(GetLinkManager())
-            GetLinkManager()->GetDisplayNames( this, 0, &sGrfNm, 0, 0 );
-        int x = 0;
-        ++x;
-    }
-#endif
-
     bool bRes = false;
 
     if( GetObj() )


More information about the Libreoffice-commits mailing list