diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-11-02 20:40:39 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-11-03 09:30:39 +0100 |
commit | 6cef8dd228dacf680dfb78f7113de186143da82c (patch) | |
tree | 2f7774d2ce84f23a0f91707798ba75da19da2a6a /sw/source | |
parent | 98f5f4d39c9c1cae7e8b56e2b33ee0be58e79f1d (diff) |
sw: clean up temporary debug code in itrform2
Change-Id: I817ea7abea99683f691b9fd363af7330ab975f87
Reviewed-on: https://gerrit.libreoffice.org/44234
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/text/itrform2.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/source/core/text/itrform2.cxx b/sw/source/core/text/itrform2.cxx index 7309aad4674e..e9c18c644867 100644 --- a/sw/source/core/text/itrform2.cxx +++ b/sw/source/core/text/itrform2.cxx @@ -60,10 +60,6 @@ #include <vector> -#if OSL_DEBUG_LEVEL > 1 -#include <ndtxt.hxx> -#endif - using namespace ::com::sun::star; namespace { @@ -1821,10 +1817,6 @@ void SwTextFormatter::CalcRealHeight( bool bNewLine ) default: OSL_FAIL( ": unknown InterLineSpaceRule" ); } } -#if OSL_DEBUG_LEVEL > 1 - sal_uInt16 nDummy = nLineHeight + 1; - (void)nDummy; -#endif if( IsRegisterOn() ) { |