INTEGRATION: CWS jl51 (1.4.30); FILE MERGED

2007/02/05 13:54:18 jl 1.4.30.1: #i69228 warning free code
This commit is contained in:
Ivo Hinkelmann 2007-04-17 09:17:15 +00:00
parent cafac73bc1
commit d692c376f6
2 changed files with 9 additions and 9 deletions

View file

@ -4,9 +4,9 @@
*
* $RCSfile: buffernode.cxx,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: obo $ $Date: 2006-09-16 14:36:42 $
* last change: $Author: ihi $ $Date: 2007-04-17 10:16:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -49,10 +49,10 @@ namespace cssxw = com::sun::star::xml::wrapper;
namespace cssxc = com::sun::star::xml::crypto;
BufferNode::BufferNode( const cssu::Reference< cssxw::XXMLElementWrapper >& xXMLElement )
:m_xXMLElement(xXMLElement),
m_pParent(NULL),
:m_pParent(NULL),
m_pBlocker(NULL),
m_bAllReceived(false)
m_bAllReceived(false),
m_xXMLElement(xXMLElement)
{
}

View file

@ -4,9 +4,9 @@
*
* $RCSfile: elementcollector.cxx,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: obo $ $Date: 2006-09-16 14:37:19 $
* last change: $Author: ihi $ $Date: 2007-04-17 10:17:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -58,9 +58,9 @@ ElementCollector::ElementCollector(
:ElementMark(nSecurityId, nBufferId),
m_nPriority(nPriority),
m_bToModify(bToModify),
m_xReferenceResolvedListener(xReferenceResolvedListener),
m_bAbleToNotify(false),
m_bNotified(false)
m_bNotified(false),
m_xReferenceResolvedListener(xReferenceResolvedListener)
/****** ElementCollector/ElementCollector *************************************
*
* NAME