From 3c2592f70af7935b1343fe86a0e6ed13a88b7e6e Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 19 Jun 2006 11:12:48 +0000 Subject: INTEGRATION: CWS warnings01 (1.5.28); FILE MERGED 2005/09/22 19:01:54 sb 1.5.28.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/08 08:48:32 sb 1.5.28.1: #i53898# Made code warning-free. --- ucbhelper/source/provider/propertyvalueset.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ucbhelper/source/provider/propertyvalueset.cxx') diff --git a/ucbhelper/source/provider/propertyvalueset.cxx b/ucbhelper/source/provider/propertyvalueset.cxx index 8d3a838800f2..9b499ea4dae2 100644 --- a/ucbhelper/source/provider/propertyvalueset.cxx +++ b/ucbhelper/source/provider/propertyvalueset.cxx @@ -4,9 +4,9 @@ * * $RCSfile: propertyvalueset.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-09 16:38:55 $ + * last change: $Author: hr $ $Date: 2006-06-19 12:12:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -484,7 +484,7 @@ PropertyValueSet::getCharacterStream( sal_Int32 columnIndex ) // virtual Any SAL_CALL PropertyValueSet::getObject( sal_Int32 columnIndex, - const Reference< XNameAccess >& typeMap ) + const Reference< XNameAccess >& ) throw( SQLException, RuntimeException ) { vos::OGuard aGuard( m_aMutex ); -- cgit