Kaydet (Commit) c4b3af1e authored tarafından Takeshi Abe's avatar Takeshi Abe

It is unconditional

Change-Id: Ib2864a57b67f6b29efafcac0a00751aea04968dd
üst 1f3decec
......@@ -683,11 +683,6 @@ void SwSrcEditWindow::ImpDoHighlight( const String& rSource, sal_uInt16 nLineOff
return;
}
// maybe optimize:
// If frequently the same color, blank without color in between,
// maybe summarize or at least the blank; for less attributes
sal_Bool bOptimizeHighlight = sal_True; // war in der BasicIDE static
if ( bOptimizeHighlight )
{
// Only blanks and tabs have to be attributed along.
// When two identical attributes are placed consecutively,
......
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