oox/source/drawingml/textrun.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit 92f74f6ccb5a55807724db85815f7ea0c49370e0 Author: Matúš Kukan <matus.ku...@collabora.com> Date: Fri Jul 18 09:23:17 2014 +0200 bnc#887230: always use theme color for hyperlinks in Impress Change-Id: I888f107c61037162439ad2d1ba99ad8185532f71 diff --git a/oox/source/drawingml/textrun.cxx b/oox/source/drawingml/textrun.cxx index fae5d26..99e40fc 100644 --- a/oox/source/drawingml/textrun.cxx +++ b/oox/source/drawingml/textrun.cxx @@ -144,8 +144,7 @@ sal_Int32 TextRun::insertAt( xTextFieldCursor->gotoEnd( sal_True ); - if ( !maTextCharacterProperties.maCharColor.isUsed() ) - aTextCharacterProps.maCharColor.setSchemeClr( XML_hlink ); + aTextCharacterProps.maCharColor.setSchemeClr( XML_hlink ); if ( !maTextCharacterProperties.moUnderline.has() ) aTextCharacterProps.moUnderline.set( XML_sng );
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits