Kaydet (Commit) b5b6ea1d authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

#i10000# build fix

üst fb254d70
......@@ -255,12 +255,12 @@ void TextEditImp::ImpDoHighlight( const String& rSource, ULONG nLineOff )
// they are optimized by the EditEngine.
xub_StrLen nLastEnd = 0;
#ifdef DBG_UTIL
xub_StrLen nLine = aPortionList[0].nLine;
xub_StrLen nLine1 = aPortionList[0].nLine;
#endif
for ( i = 0; i < nCount; i++ )
{
SbTextPortion& r = aPortionList[i];
DBG_ASSERT( r.nLine == nLine, "doch mehrere Zeilen ?" );
DBG_ASSERT( r.nLine == nLine1, "doch mehrere Zeilen ?" );
DBG_ASSERT( r.nStart <= r.nEnd, "Highlight: Start > End?" );
if ( r.nStart > r.nEnd ) // Nur bis Bug von MD behoben
continue;
......
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