diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:20:48 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:20:48 +0000 |
commit | 3916c2eadca129a7b421b3f8b649cc6d85cbead5 (patch) | |
tree | 7e076e2985c87bd9a5c7d18ccb5806793025b9a7 /ucb/source/ucp/file | |
parent | 11b38a5319dd09d405d8c9e56a98b5d74e54084b (diff) |
INTEGRATION: CWS warnings01 (1.6.10); FILE MERGED
2005/11/09 21:01:53 sb 1.6.10.1: #i53898# Made code warning-free.
Diffstat (limited to 'ucb/source/ucp/file')
-rw-r--r-- | ucb/source/ucp/file/filrow.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/file/filrow.cxx b/ucb/source/ucp/file/filrow.cxx index 314bc1a2d9ed..d6cc7b874392 100644 --- a/ucb/source/ucp/file/filrow.cxx +++ b/ucb/source/ucp/file/filrow.cxx @@ -4,9 +4,9 @@ * * $RCSfile: filrow.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-09 15:27:00 $ + * last change: $Author: hr $ $Date: 2006-06-20 05:20:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -358,7 +358,7 @@ XRow_impl::getCharacterStream( uno::Any SAL_CALL XRow_impl::getObject( sal_Int32 columnIndex, - const uno::Reference< container::XNameAccess >& typeMap ) + const uno::Reference< container::XNameAccess >& ) throw( sdbc::SQLException, uno::RuntimeException) { |