[Libreoffice-commits] .: Branch 'libreoffice-3-3' - slideshow/source

Caolán McNamara caolan at kemper.freedesktop.org
Mon Dec 20 02:52:49 PST 2010


 slideshow/source/engine/color.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1b4eafbbac3f5829f3a843beb16eaa5782797a20
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Dec 18 18:26:18 2010 +0000

    Resoves: rhbz#663857 font color missing; C++ FAQ 10.3 doomage
    (cherry picked from commit 963c6b655032b4e5d0f26555f3c26a129a9efb03)

diff --git a/slideshow/source/engine/color.cxx b/slideshow/source/engine/color.cxx
index 4e65fc5..f20f17f 100644
--- a/slideshow/source/engine/color.cxx
+++ b/slideshow/source/engine/color.cxx
@@ -267,8 +267,8 @@ namespace slideshow
         }
          
         RGBColor::RGBColor(const RGBColor& rLHS)
+            : maRGBTriple( rLHS.maRGBTriple )
         {
-            RGBColor(rLHS.getRed(), rLHS.getGreen(), rLHS.getBlue());		
         }
 
         RGBColor& RGBColor::operator=( const RGBColor& rLHS ){


More information about the Libreoffice-commits mailing list