summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/source/generic/bigint.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/source/generic/bigint.cxx b/tools/source/generic/bigint.cxx
index 280a62acfeff..e16b42cc6713 100644
--- a/tools/source/generic/bigint.cxx
+++ b/tools/source/generic/bigint.cxx
@@ -513,6 +513,7 @@ BigInt::BigInt( const OUString& rString )
}
BigInt::BigInt( double nValue )
+ : nVal(0)
{
bIsSet = true;