summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svl/source/items/cintitem.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svl/source/items/cintitem.cxx b/svl/source/items/cintitem.cxx
index ec155e0d16ee..de4559b5711c 100644
--- a/svl/source/items/cintitem.cxx
+++ b/svl/source/items/cintitem.cxx
@@ -255,8 +255,9 @@ DBG_NAME(CntInt32Item);
TYPEINIT1_AUTOFACTORY(CntInt32Item, SfxPoolItem);
-CntInt32Item::CntInt32Item(sal_uInt16 which, SvStream & rStream) :
- SfxPoolItem(which)
+CntInt32Item::CntInt32Item(sal_uInt16 which, SvStream & rStream)
+ : SfxPoolItem(which)
+ , m_nValue(0)
{
DBG_CTOR(CntInt32Item, 0);
//fdo#39428 SvStream no longer supports operator>>(long&)