diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-05-03 09:33:59 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-05-03 09:34:14 +0100 |
commit | 311e6dcf94490c075558cf848d955b84a9cf68a8 (patch) | |
tree | f21e4bfa58e6a14c84e1ad7d667c5645e3c608d5 /editeng | |
parent | 47687ccb9d487a0f7e58ef4c956f6fba77261e02 (diff) |
drop useless temp debugging strings
Change-Id: I8a11a3d20fc5bde984586cb7046b174568315620
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/editeng/impedit4.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
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, |