From ea4f54c117c5d1a85102697d56588a881b0009bc Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Mon, 15 Jun 2009 10:01:40 +0000 Subject: 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) --- drawinglayer/source/processor2d/vclprocessor2d.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'drawinglayer') 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 ) { -- cgit