summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-01-19 17:21:59 +0000
committerOliver Bolte <obo@openoffice.org>2006-01-19 17:21:59 +0000
commita7b5eb7541474d64f0302d0b2b888a8211306776 (patch)
treeb8f4b701a40ebf4ca281ebb4ae5eb1f7e123c474 /io
parentf2b211835a431072f3668b006c567dd1d1ac3df1 (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.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/io/source/connector/connector.cxx b/io/source/connector/connector.cxx
index 9d8dc8576..cc1883058 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);