Kaydet (Commit) 92f74f6c authored tarafından Matúš Kukan's avatar Matúš Kukan

bnc#887230: always use theme color for hyperlinks in Impress

Change-Id: I888f107c61037162439ad2d1ba99ad8185532f71
üst 09c95aba
...@@ -144,8 +144,7 @@ sal_Int32 TextRun::insertAt( ...@@ -144,8 +144,7 @@ sal_Int32 TextRun::insertAt(
xTextFieldCursor->gotoEnd( sal_True ); xTextFieldCursor->gotoEnd( sal_True );
if ( !maTextCharacterProperties.maCharColor.isUsed() ) aTextCharacterProps.maCharColor.setSchemeClr( XML_hlink );
aTextCharacterProps.maCharColor.setSchemeClr( XML_hlink );
if ( !maTextCharacterProperties.moUnderline.has() ) if ( !maTextCharacterProperties.moUnderline.has() )
aTextCharacterProps.moUnderline.set( XML_sng ); aTextCharacterProps.moUnderline.set( XML_sng );
......
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