diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-01-22 17:59:08 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-01-23 07:47:16 +0900 |
commit | c4b3af1e9f069d7d922974565ee66a30fd5744e4 (patch) | |
tree | 7c2e1935b8a3bd5144e6687b74ce310473caaa64 /sw/source/ui/docvw/srcedtw.cxx | |
parent | 1f3decec718d7b0e0dde3d35dbf024f4e95773b9 (diff) |
It is unconditional
Change-Id: Ib2864a57b67f6b29efafcac0a00751aea04968dd
Diffstat (limited to 'sw/source/ui/docvw/srcedtw.cxx')
-rw-r--r-- | sw/source/ui/docvw/srcedtw.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/ui/docvw/srcedtw.cxx b/sw/source/ui/docvw/srcedtw.cxx index 0e5e46dfbba4..77fed4176ee4 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, |