From 07d537925dc481d573a7697938461e70b0b5c322 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 20 Jun 2006 04:16:33 +0000 Subject: INTEGRATION: CWS warnings01 (1.8.10); FILE MERGED 2005/11/09 21:01:36 sb 1.8.10.1: #i53898# Made code warning-free. --- ucb/source/core/ucb.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ucb/source/core/ucb.cxx') diff --git a/ucb/source/core/ucb.cxx b/ucb/source/core/ucb.cxx index 19f457758df7..c2eb9fd5c874 100644 --- a/ucb/source/core/ucb.cxx +++ b/ucb/source/core/ucb.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ucb.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-09 15:15:44 $ + * last change: $Author: hr $ $Date: 2006-06-20 05:16:33 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -465,7 +465,7 @@ sal_Int32 SAL_CALL UniversalContentBroker::createCommandIdentifier() // virtual Any SAL_CALL UniversalContentBroker::execute( const Command& aCommand, - sal_Int32 CommandId, + sal_Int32, const Reference< XCommandEnvironment >& Environment ) throw( Exception, CommandAbortedException, RuntimeException ) { @@ -528,7 +528,7 @@ Any SAL_CALL UniversalContentBroker::execute( //========================================================================= // virtual -void SAL_CALL UniversalContentBroker::abort( sal_Int32 CommandId ) +void SAL_CALL UniversalContentBroker::abort( sal_Int32 ) throw( RuntimeException ) { // @@@ Not implemeted ( yet). -- cgit v1.2.3