summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2009-06-15 10:01:40 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2009-06-15 10:01:40 +0000
commitea4f54c117c5d1a85102697d56588a881b0009bc (patch)
tree116adda6374f32952ded0d00d7db8825117d73fc /drawinglayer
parent9bb45ab3161b2301398cc68eec2a7730122a620f (diff)
CWS-TOOLING: integrate CWS ooo311gsl01_DEV300
2009-05-12 11:26:05 +0200 hdu r271803 : #i99842# set text decoration overline color 2009-05-12 09:07:02 +0200 hdu r271796 : #i99842# set text decoration color (backport from CWS vcl101)
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/source/processor2d/vclprocessor2d.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/drawinglayer/source/processor2d/vclprocessor2d.cxx b/drawinglayer/source/processor2d/vclprocessor2d.cxx
index e7820804f0e6..08dba659a6a0 100644
--- a/drawinglayer/source/processor2d/vclprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclprocessor2d.cxx
@@ -220,11 +220,12 @@ namespace drawinglayer
if( pTCPP != NULL )
{
+
// set the color of text decorations
const basegfx::BColor aTextlineColor = maBColorModifierStack.getModifiedColor(pTCPP->getTextlineColor());
mpOutputDevice->SetTextLineColor( Color(aTextlineColor) );
- // set Overline attribute
+ // set Overline attribute
FontUnderline eFontOverline = mapTextLineStyle( pTCPP->getFontOverline() );
if( eFontOverline != UNDERLINE_NONE )
{