summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/funcuno.cxx
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-02-15 15:55:35 +0100
committerVladimir Glazunov <vg@openoffice.org>2010-02-15 15:55:35 +0100
commit45e484090df6ecb3f6a883103fc4e905d20a6f77 (patch)
tree805aef04ad3e38ea41bdbbe00743860a10958bb9 /sc/source/ui/unoobj/funcuno.cxx
parent4ed2a42bf1d412f75371ed890305d4429c11b20d (diff)
parentf25d05f3219c80e51787967701a870d72b733893 (diff)
CWS-TOOLING: integrate CWS cmcfixes71
Diffstat (limited to 'sc/source/ui/unoobj/funcuno.cxx')
-rw-r--r--sc/source/ui/unoobj/funcuno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/funcuno.cxx b/sc/source/ui/unoobj/funcuno.cxx
index a60bb836b142..bbc600d19751 100644
--- a/sc/source/ui/unoobj/funcuno.cxx
+++ b/sc/source/ui/unoobj/funcuno.cxx
@@ -417,7 +417,7 @@ public:
{
// #87871# accept integer types because Basic passes a floating point
// variable as byte, short or long if it's an integer number.
- double fVal;
+ double fVal(0.0);
rElement >>= fVal;
visitElem( nCol, nRow, fVal );
}