summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svl/source/items/int64item.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/items/int64item.cxx b/svl/source/items/int64item.cxx
index 34556b28e235..07ae77f70bf9 100644
--- a/svl/source/items/int64item.cxx
+++ b/svl/source/items/int64item.cxx
@@ -16,7 +16,7 @@ SfxInt64Item::SfxInt64Item( sal_uInt16 nWhich, sal_Int64 nVal ) :
}
SfxInt64Item::SfxInt64Item( sal_uInt16 nWhich, SvStream& rStream ) :
- SfxPoolItem(nWhich)
+ SfxPoolItem(nWhich), mnValue(0)
{
rStream.ReadInt64(mnValue);
}