From 311e6dcf94490c075558cf848d955b84a9cf68a8 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 3 May 2015 09:33:59 +0100 Subject: drop useless temp debugging strings Change-Id: I8a11a3d20fc5bde984586cb7046b174568315620 --- editeng/source/editeng/impedit4.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'editeng/source') diff --git a/editeng/source/editeng/impedit4.cxx b/editeng/source/editeng/impedit4.cxx index 20c411e03d86..934fada3201b 100644 --- a/editeng/source/editeng/impedit4.cxx +++ b/editeng/source/editeng/impedit4.cxx @@ -2802,9 +2802,6 @@ EditSelection ImpEditEngine::TransliterateText( const EditSelection& rSelection, nCurrentEnd = aCurWordBndry.endPos; sal_Int32 nLen = nCurrentEnd - nCurrentStart; DBG_ASSERT( nLen > 0, "invalid word length of 0" ); -#if OSL_DEBUG_LEVEL > 1 - OUString aText(aNodeStr.copy(nCurrentStart, nLen) ); -#endif Sequence< sal_Int32 > aOffsets; OUString aNewText( aTransliterationWrapper.transliterate(aNodeStr, @@ -2890,9 +2887,6 @@ EditSelection ImpEditEngine::TransliterateText( const EditSelection& rSelection, { const sal_Int32 nLen = nCurrentEnd - nCurrentStart; DBG_ASSERT( nLen > 0, "invalid word length of 0" ); -#if OSL_DEBUG_LEVEL > 1 - OUString aText( aNodeStr.copy( nCurrentStart, nLen ) ); -#endif Sequence< sal_Int32 > aOffsets; OUString aNewText( aTransliterationWrapper.transliterate( aNodeStr, -- cgit