drawinglayer/source/processor2d/vclprocessor2d.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit aed0076e9908a9a660bb635b1b342ede558f43bf
Author: matteocam <matteo.campane...@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);
                         }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to