Kaydet (Commit) 61231964 authored tarafından Caolán McNamara's avatar Caolán McNamara

drop useless temp debugging strings

Change-Id: I7e9edae135bd8f3b958c2013fe6d944ab3de2100
üst c8a7a677
...@@ -391,19 +391,6 @@ bool SwTxtGuess::Guess( const SwTxtPortion& rPor, SwTxtFormatInfo &rInf, ...@@ -391,19 +391,6 @@ bool SwTxtGuess::Guess( const SwTxtPortion& rPor, SwTxtFormatInfo &rInf,
xHyphWord = aResult.rHyphenatedWord; xHyphWord = aResult.rHyphenatedWord;
nBreakPos += xHyphWord->getHyphenationPos() + 1; 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 not in interactive mode, we have to break behind a soft hyphen
if ( ! rInf.IsInterHyph() && rInf.GetIdx() ) if ( ! rInf.IsInterHyph() && rInf.GetIdx() )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment