diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-02-10 19:42:18 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-02-10 19:42:18 +0100 |
commit | b4346371080e037d04e8aa1fadd01da435339b6e (patch) | |
tree | 92afb97c5a3f7505608d2e07dee7a4a8cd37ab78 /test | |
parent | 82e349fd80671f7dabe9dd7a22e4711696300082 (diff) |
WaE at mac tinderbox
Diffstat (limited to 'test')
-rw-r--r-- | test/source/sheet/xdatapilottable2.cxx | 2 |
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; } |