summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-09 16:06:26 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-09 16:06:26 +0000
commit634b32e4ea0c9da79e7c6c4eafc023ce0c5dfa6f (patch)
tree1efb5ea1cb373edff4263d3cc592146aad43d562 /comphelper
parentf119564b122e55ba07980cf3e85e1ad587208be6 (diff)
#i25259# initialize member m_bListening in all c'tor of OEnumerationByName
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/container/enumhelper.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/comphelper/source/container/enumhelper.cxx b/comphelper/source/container/enumhelper.cxx
index f32c0fba119b..ee1c82a305c4 100644
--- a/comphelper/source/container/enumhelper.cxx
+++ b/comphelper/source/container/enumhelper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: enumhelper.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: kz $ $Date: 2004-01-28 12:46:55 $
+ * last change: $Author: hr $ $Date: 2004-02-09 17:06:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,6 +91,7 @@ OEnumerationByName::OEnumerationByName(const staruno::Reference<starcontainer::X
:m_aNames(_aNames)
,m_nPos(0)
,m_xAccess(_rxAccess)
+ ,m_bListening(sal_False)
{
impl_startDisposeListening();
}