diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 11:12:48 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 11:12:48 +0000 |
commit | 3c2592f70af7935b1343fe86a0e6ed13a88b7e6e (patch) | |
tree | e5dfe9780cf1ef9d86e3f73bf11ba24549b36ac3 /ucbhelper/source/provider/propertyvalueset.cxx | |
parent | 7da9e7967d0f91d726980cbbc8d21b68cc255c84 (diff) |
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.
Diffstat (limited to 'ucbhelper/source/provider/propertyvalueset.cxx')
-rw-r--r-- | ucbhelper/source/provider/propertyvalueset.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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 ); |