diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-07-18 09:23:17 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-07-18 09:52:40 +0200 |
commit | 92f74f6ccb5a55807724db85815f7ea0c49370e0 (patch) | |
tree | 965fcdc621dc5e39e549fc6943fe55194bb68b32 /oox | |
parent | 09c95aba4a5208a23eaeca9f4408ff5d87c898b9 (diff) |
bnc#887230: always use theme color for hyperlinks in Impress
Change-Id: I888f107c61037162439ad2d1ba99ad8185532f71
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/drawingml/textrun.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/oox/source/drawingml/textrun.cxx b/oox/source/drawingml/textrun.cxx index fae5d26c5bc3..99e40fc131af 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 ); |