[PATCH] Resoves: rhbz#663857 font color missing; C++ FAQ 10.3 doomage

Caolán McNamara caolanm at redhat.com
Sat Dec 18 10:26:18 PST 2010


---
 slideshow/source/engine/color.cxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/slideshow/source/engine/color.cxx b/slideshow/source/engine/color.cxx
index 0f8a8f7..341a54a 100644
--- a/slideshow/source/engine/color.cxx
+++ b/slideshow/source/engine/color.cxx
@@ -229,8 +229,8 @@ namespace slideshow
         }
 
         RGBColor::RGBColor(const RGBColor& rLHS)
+            : maRGBTriple( rLHS.maRGBTriple )
         {
-            RGBColor(rLHS.getRed(), rLHS.getGreen(), rLHS.getBlue());		
         }
 
         RGBColor& RGBColor::operator=( const RGBColor& rLHS ){
-- 
1.7.3.3


--=-hzTRB1C5qjNrYdfLthgM--



More information about the LibreOffice mailing list