[ooo-build-commit] .: chart2/source

Caolán McNamara caolan at kemper.freedesktop.org
Tue Oct 5 03:52:22 PDT 2010


 chart2/source/controller/chartapiwrapper/WrappedSplineProperties.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ceb084ca7f782cdad702c82acc941f21db326fa4
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Oct 5 11:34:33 2010 +0100

    silence warning

diff --git a/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.cxx b/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.cxx
index a7f0fe5..5004fa6 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.cxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.cxx
@@ -118,7 +118,7 @@ public:
         m_aOuterValue = rOuterValue;
 
         bool bHasAmbiguousValue = false;
-        PROPERTYTYPE aOldValue;
+        PROPERTYTYPE aOldValue = PROPERTYTYPE();
         if( detectInnerValue( aOldValue, bHasAmbiguousValue ) )
         {
             if( bHasAmbiguousValue || aNewValue != aOldValue )


More information about the ooo-build-commit mailing list