From b4346371080e037d04e8aa1fadd01da435339b6e Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Fri, 10 Feb 2012 19:42:18 +0100 Subject: WaE at mac tinderbox --- test/source/sheet/xdatapilottable2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/source/sheet/xdatapilottable2.cxx b/test/source/sheet/xdatapilottable2.cxx index b707146950a0..2aa34b8c4b22 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; } -- cgit