diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2009-06-15 10:01:40 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2009-06-15 10:01:40 +0000 |
commit | ea4f54c117c5d1a85102697d56588a881b0009bc (patch) | |
tree | 116adda6374f32952ded0d00d7db8825117d73fc /drawinglayer | |
parent | 9bb45ab3161b2301398cc68eec2a7730122a620f (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.cxx | 3 |
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 ) { |