[Libreoffice-commits] .: sw/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jan 22 14:47:53 PST 2013


 sw/source/ui/docvw/srcedtw.cxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit c4b3af1e9f069d7d922974565ee66a30fd5744e4
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Tue Jan 22 17:59:08 2013 +0900

    It is unconditional
    
    Change-Id: Ib2864a57b67f6b29efafcac0a00751aea04968dd

diff --git a/sw/source/ui/docvw/srcedtw.cxx b/sw/source/ui/docvw/srcedtw.cxx
index 0e5e46d..77fed41 100644
--- a/sw/source/ui/docvw/srcedtw.cxx
+++ b/sw/source/ui/docvw/srcedtw.cxx
@@ -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,


More information about the Libreoffice-commits mailing list