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

New commits:
commit f78ad80e5562567e8612269b8bed1283bafb6198
Author: Miklos Vajna <vmik...@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() )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to