diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-05-04 20:12:22 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-05-04 20:13:53 +0100 |
commit | 61231964a2683ffcc6c4ca139eee3fdb28d9ef42 (patch) | |
tree | 3838a248678cdec4b3247237282681711344c479 /sw | |
parent | c8a7a67753de4de78b7834f26f5a87a84bcb24f6 (diff) |
drop useless temp debugging strings
Change-Id: I7e9edae135bd8f3b958c2013fe6d944ab3de2100
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/text/guess.cxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sw/source/core/text/guess.cxx b/sw/source/core/text/guess.cxx index 88e975fe05dc..6f7008b1ab02 100644 --- a/sw/source/core/text/guess.cxx +++ b/sw/source/core/text/guess.cxx @@ -391,19 +391,6 @@ bool SwTxtGuess::Guess( const SwTxtPortion& rPor, SwTxtFormatInfo &rInf, xHyphWord = aResult.rHyphenatedWord; nBreakPos += xHyphWord->getHyphenationPos() + 1; -#if OSL_DEBUG_LEVEL > 1 - // e.g., Schif-fahrt, referes to our string - const OUString aWord = xHyphWord->getWord(); - // e.g., Schiff-fahrt, referes to the word after hyphenation - const OUString aHyphenatedWord = xHyphWord->getHyphenatedWord(); - // e.g., Schif-fahrt: 5, referes to our string - const sal_uInt16 nHyphenationPos = xHyphWord->getHyphenationPos(); - (void)nHyphenationPos; - // e.g., Schiff-fahrt: 6, referes to the word after hyphenation - const sal_uInt16 nHyphenPos = xHyphWord->getHyphenPos(); - (void)nHyphenPos; -#endif - // if not in interactive mode, we have to break behind a soft hyphen if ( ! rInf.IsInterHyph() && rInf.GetIdx() ) { |