[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-text-background-color' - drawinglayer/source
matteocam
matteo.campanelli at gmail.com
Fri Jun 13 16:54:10 PDT 2014
drawinglayer/source/processor2d/vclprocessor2d.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit aed0076e9908a9a660bb635b1b342ede558f43bf
Author: matteocam <matteo.campanelli at gmail.com>
Date: Fri Jun 13 17:27:18 2014 +0200
Minor changes
Change-Id: Ic86a37a678648b0ab2facac3e55f54067124657e
diff --git a/drawinglayer/source/processor2d/vclprocessor2d.cxx b/drawinglayer/source/processor2d/vclprocessor2d.cxx
index 8b660cb..213b514 100644
--- a/drawinglayer/source/processor2d/vclprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclprocessor2d.cxx
@@ -196,7 +196,7 @@ namespace drawinglayer
// set fill Color if underlined
if ( eFontUnderline != UNDERLINE_NONE )
{
- aFillColor = RGB_COLORDATA(0x66, 0x66, 0xff)
+ Color aFillColor = RGB_COLORDATA(0x66, 0x66, 0xff);
aFont.SetFillColor(aFillColor);
aFont.SetTransparent(false);
}
More information about the Libreoffice-commits
mailing list