diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 21:46:20 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 21:46:20 +0000 |
commit | 46bc3aed1653ca6c5865b6c7b109a21e62da92f4 (patch) | |
tree | beb16523e1a477048195444ff3b79f34c09c36eb /comphelper | |
parent | 16a006b0d49d44286d836fd680b7cfcfac0b87be (diff) |
INTEGRATION: CWS warnings01 (1.4.184); FILE MERGED
2005/09/23 03:13:48 sb 1.4.184.2: RESYNC: (1.4-1.5); FILE MERGED
2005/09/01 13:59:56 sb 1.4.184.1: #i53898# Made code warning-free.
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/container/enumhelper.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/comphelper/source/container/enumhelper.cxx b/comphelper/source/container/enumhelper.cxx index 398aa836aa1c..9e461584f18b 100644 --- a/comphelper/source/container/enumhelper.cxx +++ b/comphelper/source/container/enumhelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: enumhelper.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 02:45:10 $ + * last change: $Author: hr $ $Date: 2006-06-19 22:46:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -166,8 +166,8 @@ void OEnumerationByName::impl_stopDisposeListening() //================================================================== //------------------------------------------------------------------------------ OEnumerationByIndex::OEnumerationByIndex(const staruno::Reference< starcontainer::XIndexAccess >& _rxAccess) - :m_xAccess(_rxAccess) - ,m_nPos(0) + :m_nPos(0) + ,m_xAccess(_rxAccess) ,m_bListening(sal_False) { impl_startDisposeListening(); |