[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-text-background-color' - vcl/source

matteocam matteo.campanelli at gmail.com
Sat May 24 10:07:29 PDT 2014


 vcl/source/outdev/text.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit aa7d40399758c7f2270dfb0b71f4bcc39d0e24ea
Author: matteocam <matteo.campanelli at gmail.com>
Date:   Sat May 24 13:06:44 2014 -0400

    Fixed color problem
    
    Change-Id: I7e9340ebab26d3c979571155a3e9d051c41c58f4

diff --git a/vcl/source/outdev/text.cxx b/vcl/source/outdev/text.cxx
index a1a034c..db69663 100644
--- a/vcl/source/outdev/text.cxx
+++ b/vcl/source/outdev/text.cxx
@@ -479,7 +479,7 @@ void OutputDevice::ImplDrawText( SalLayout& rSalLayout )
     */
     if (mbTextBackground) {
         // set right background
-        Color aColor = COL_PINK;
+        Color aColor = COL_BLUE;
         // SetBackground does not work
         SetFillColor(aColor);
     }


More information about the Libreoffice-commits mailing list