INTEGRATION: CWS warnings01 (1.9.4); FILE MERGED

2006/05/23 22:59:04 sb 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED
2005/11/01 12:47:14 cd 1.9.4.1: #i53898# Warning free code for sun solaris compiler
This commit is contained in:
Jens-Heiner Rechtien 2006-06-19 22:20:31 +00:00
parent 2dbfca82d5
commit 40e7bc0ad5

View file

@ -4,9 +4,9 @@
*
* $RCSfile: updatedata.cxx,v $
*
* $Revision: 1.10 $
* $Revision: 1.11 $
*
* last change: $Author: hr $ $Date: 2006-04-19 14:00:38 $
* last change: $Author: hr $ $Date: 2006-06-19 23:20:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -469,6 +469,7 @@ PropertyReset::PropertyReset(NodeUpdate * _pParent, OUString const & _aName)
void PropertyReset::writeToLayer(backenduno::XLayerHandler * _pLayer)
{
(void) _pLayer; // avoid warning about unused parameter
OSL_ASSERT(_pLayer);
// skip - nothing to write
}