[Libreoffice-commits] .: test/source

Markus Mohrhard mmohrhard at kemper.freedesktop.org
Fri Feb 10 10:45:43 PST 2012


 test/source/sheet/xdatapilottable2.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b4346371080e037d04e8aa1fadd01da435339b6e
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Fri Feb 10 19:42:18 2012 +0100

    WaE at mac tinderbox

diff --git a/test/source/sheet/xdatapilottable2.cxx b/test/source/sheet/xdatapilottable2.cxx
index b707146..2aa34b8 100644
--- a/test/source/sheet/xdatapilottable2.cxx
+++ b/test/source/sheet/xdatapilottable2.cxx
@@ -74,7 +74,7 @@ void XDataPilotTable2::testGetDrillDownData()
             for ( sal_Int32 row = 1; row < aData.getLength(); ++row)
             {
                 Any aAny = aData[row][nDim];
-                double nValue;
+                double nValue = 0;
                 if (aAny >>= nValue)
                     sum += nValue;
             }


More information about the Libreoffice-commits mailing list