diff options
Diffstat (limited to 'sw')
-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() ) { |