INTEGRATION: CWS warnings01 (1.5.6); FILE MERGED

2006/03/10 19:08:16 lo 1.5.6.1: warnings01: remove warnings in unoxml
This commit is contained in:
Jens-Heiner Rechtien 2006-06-19 23:48:10 +00:00
parent eecf51e952
commit a9bdf7866a

View file

@ -4,9 +4,9 @@
*
* $RCSfile: processinginstruction.cxx,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: rt $ $Date: 2005-09-09 10:04:54 $
* last change: $Author: hr $ $Date: 2006-06-20 00:48:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -66,7 +66,7 @@ namespace DOM
/**
The content of this processing instruction.
*/
void SAL_CALL CProcessingInstruction::setData(const OUString& data) throw (DOMException)
void SAL_CALL CProcessingInstruction::setData(const OUString& /*data*/) throw (DOMException)
{
// XXX
}