summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-02-10 19:42:18 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-02-10 19:42:18 +0100
commitb4346371080e037d04e8aa1fadd01da435339b6e (patch)
tree92afb97c5a3f7505608d2e07dee7a4a8cd37ab78 /test
parent82e349fd80671f7dabe9dd7a22e4711696300082 (diff)
WaE at mac tinderbox
Diffstat (limited to 'test')
-rw-r--r--test/source/sheet/xdatapilottable2.cxx2
1 files changed, 1 insertions, 1 deletions
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;
}