summaryrefslogtreecommitdiff
path: root/sw/source/core
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-09-15 10:48:23 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-09-15 13:38:49 +0200
commitf78ad80e5562567e8612269b8bed1283bafb6198 (patch)
tree1b624ed910414e674470e6a9493d150f99b4b61e /sw/source/core
parent309b65a0921fd6c1f7756e2a71fd92bb3629e9fa (diff)
sw: clean up useless dbglevel=2 code in swbaslnk
Change-Id: Ibb461df36578c700a6299ad35181e26af70ab928
Diffstat (limited to 'sw/source/core')
-rw-r--r--sw/source/core/docnode/swbaslnk.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sw/source/core/docnode/swbaslnk.cxx b/sw/source/core/docnode/swbaslnk.cxx
index d823ea5a12ed..3e0c93af6e9e 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() )