diff options
-rw-r--r-- | sw/source/core/txtnode/txtedt.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/core/txtnode/txtedt.cxx b/sw/source/core/txtnode/txtedt.cxx index ae8fe55799c9..5da21649744a 100644 --- a/sw/source/core/txtnode/txtedt.cxx +++ b/sw/source/core/txtnode/txtedt.cxx @@ -1616,9 +1616,6 @@ void SwTxtNode::TransliterateText( nEnd = (xub_StrLen)aCurWordBndry.endPos; sal_Int32 nLen = nEnd - nStt; OSL_ENSURE( nLen > 0, "invalid word length of 0" ); -#if OSL_DEBUG_LEVEL > 1 - String aText( GetTxt().Copy( nStt, nLen ) ); -#endif Sequence <sal_Int32> aOffsets; String sChgd( rTrans.transliterate( GetTxt(), GetLang( nStt ), nStt, nLen, &aOffsets )); @@ -1699,9 +1696,6 @@ void SwTxtNode::TransliterateText( { sal_Int32 nLen = nCurrentEnd - nCurrentStart; OSL_ENSURE( nLen > 0, "invalid word length of 0" ); -#if OSL_DEBUG_LEVEL > 1 - String aText( GetTxt().Copy( nCurrentStart, nLen ) ); -#endif Sequence <sal_Int32> aOffsets; String sChgd( rTrans.transliterate( GetTxt(), |