diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:11:06 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:11:06 +0000 |
commit | d88bd71e91bd18fdd5b89e2013c47efc181121b2 (patch) | |
tree | 12103a2530720d62ee0e585187108679544e783f /xmlscript | |
parent | 30931665cc91398361bee8c21e26a875dcb7fd2f (diff) |
INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED
2005/10/27 15:29:51 dbo 1.3.4.1: #i53898# warning-free for CC
Diffstat (limited to 'xmlscript')
-rw-r--r-- | xmlscript/source/xml_helper/xml_byteseq.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlscript/source/xml_helper/xml_byteseq.cxx b/xmlscript/source/xml_helper/xml_byteseq.cxx index e88274a720ac..6b0212ae8ca8 100644 --- a/xmlscript/source/xml_helper/xml_byteseq.cxx +++ b/xmlscript/source/xml_helper/xml_byteseq.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xml_byteseq.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 16:11:24 $ + * last change: $Author: hr $ $Date: 2006-06-20 05:11:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -99,7 +99,7 @@ sal_Int32 BSeqInputStream::readSomeBytes( } //__________________________________________________________________________________________________ void BSeqInputStream::skipBytes( - sal_Int32 nBytesToSkip ) + sal_Int32 /*nBytesToSkip*/ ) throw (io::NotConnectedException, io::BufferSizeExceededException, io::IOException, RuntimeException) { } @@ -175,4 +175,4 @@ Reference< io::XOutputStream > SAL_CALL createOutputStream( ByteSequence * pOutD return new BSeqOutputStream( pOutData ); } -}; +} |