From d88bd71e91bd18fdd5b89e2013c47efc181121b2 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 20 Jun 2006 04:11:06 +0000 Subject: INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/10/27 15:29:51 dbo 1.3.4.1: #i53898# warning-free for CC --- xmlscript/source/xml_helper/xml_byteseq.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'xmlscript') 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 ); } -}; +} -- cgit