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

starmath: Drop redundant SetLineColor() call

10 lines later the same code appears again.

Change-Id: I06bccbb89e9bc3dd1339ca4f8c2482a2ee75c9f2
Reviewed-on: https://gerrit.libreoffice.org/27176Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarTakeshi Abe <tabe@fixedpoint.jp>
üst 800a1967
......@@ -218,8 +218,6 @@ void SmCaretDrawingVisitor::Visit( SmTextNode* pNode )
void SmCaretDrawingVisitor::DefaultVisit( SmNode* pNode )
{
mrDev.SetLineColor( Color( COL_BLACK ) );
//Find the line
SmNode* pLine = SmCursor::FindTopMostNodeInLine( pNode );
......
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