Kaydet (Commit) 7d5f47af authored tarafından Matteo Casalin's avatar Matteo Casalin

This seems to be the original purpose

Change-Id: Ie8c50324fe3d1e836967ba4de24cd740182418a6
üst 866e287a
...@@ -76,7 +76,7 @@ void MultiLineEditSyntaxHighlight::DoBracketHilight(sal_uInt16 nKey) ...@@ -76,7 +76,7 @@ void MultiLineEditSyntaxHighlight::DoBracketHilight(sal_uInt16 nKey)
{ {
for (sal_Int32 nPara = nStartPara; nPara >= 0; --nPara) for (sal_Int32 nPara = nStartPara; nPara >= 0; --nPara)
{ {
if (nStartPos == 0) if (nPara == nStartPara && nStartPos == 0)
continue; continue;
OUString aLine( GetTextEngine()->GetText( nPara ) ); OUString aLine( GetTextEngine()->GetText( nPara ) );
......
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