diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-01-19 17:21:59 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-01-19 17:21:59 +0000 |
commit | 4d568cbb1681666cda8b2e1fad2f0ee5b63e89a4 (patch) | |
tree | cb0dbcc81996ea1112f36713501dd2e76b370ebc /io | |
parent | 4d39d352177eeb41d8d84762f75d9ab6198b866c (diff) |
INTEGRATION: CWS gcc41 (1.17.8); FILE MERGED
2005/12/07 13:18:07 pmladek 1.17.8.1: #i58967#
Removed extra qualification to fix build with gcc-4.1
Diffstat (limited to 'io')
-rw-r--r-- | io/source/connector/connector.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/io/source/connector/connector.cxx b/io/source/connector/connector.cxx index 9d8dc857656b..cc1883058f50 100644 --- a/io/source/connector/connector.cxx +++ b/io/source/connector/connector.cxx @@ -4,9 +4,9 @@ * * $RCSfile: connector.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: rt $ $Date: 2005-09-07 18:28:42 $ + * last change: $Author: obo $ $Date: 2006-01-19 18:21:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -72,7 +72,7 @@ namespace stoc_connector OConnector(const Reference< XComponentContext > &xCtx); ~OConnector(); // Methods - virtual Reference< XConnection > SAL_CALL OConnector::connect( + virtual Reference< XConnection > SAL_CALL connect( const OUString& sConnectionDescription ) throw( NoConnectException, ConnectionSetupException, RuntimeException); |