[Libreoffice-commits] .: 2 commits - slideshow/source
Caolán McNamara
caolan at kemper.freedesktop.org
Sat Dec 18 10:26:31 PST 2010
slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx | 2 +-
slideshow/source/engine/color.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 963c6b655032b4e5d0f26555f3c26a129a9efb03
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
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 ){
commit 3adf8b5b7f736286edb7664b39ebbf6f2b0e857f
Author: Caolán McNamara <caolanm at redhat.com>
Date: Sat Dec 18 14:16:44 2010 +0000
WaE: init variable
diff --git a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx b/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx
index 751812d..1862fc6 100644
--- a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx
+++ b/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx
@@ -761,7 +761,7 @@ void OGLTransitionerImpl::setSlides( const uno::Reference< rendering::XBitmap >&
(xEnteringSet->getFastPropertyValue( 1 ) >>= enterArgs) ) {
OSL_TRACE ("pixmaps available");
- sal_Int32 depth;
+ sal_Int32 depth(0);
leaveArgs[0] >>= mbFreeLeavingPixmap;
enterArgs[0] >>= mbFreeEnteringPixmap;
More information about the Libreoffice-commits
mailing list