From 581b3a10b61f212aa111a68c9f2f62c4d25ca188 Mon Sep 17 00:00:00 2001 From: Frank Schönheit Date: Wed, 30 May 2001 05:40:12 +0000 Subject: #87531# changed the implementation name of the ODBC driver --- connectivity/source/drivers/odbc/ODriver.cxx | 8 +++++--- connectivity/source/drivers/odbc/odbc.xml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/connectivity/source/drivers/odbc/ODriver.cxx b/connectivity/source/drivers/odbc/ODriver.cxx index b95bd018b18d..62b7bb16d356 100644 --- a/connectivity/source/drivers/odbc/ODriver.cxx +++ b/connectivity/source/drivers/odbc/ODriver.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ODriver.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: oj $ $Date: 2001-05-21 11:01:07 $ + * last change: $Author: fs $ $Date: 2001-05-30 06:40:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -102,7 +102,9 @@ void ODBCDriver::disposing() //------------------------------------------------------------------------------ rtl::OUString ODBCDriver::getImplementationName_Static( ) throw(RuntimeException) { - return rtl::OUString::createFromAscii("com.sun.star.sdbc.ODBCDriver"); + return rtl::OUString::createFromAscii("com.sun.star.comp.sdbc.ODBCDriver"); + // this name is referenced in the configuration and in the odbc.xml + // Please take care when changing it. } typedef Sequence< ::rtl::OUString > SS; diff --git a/connectivity/source/drivers/odbc/odbc.xml b/connectivity/source/drivers/odbc/odbc.xml index 91825be550eb..05c21d7537d8 100644 --- a/connectivity/source/drivers/odbc/odbc.xml +++ b/connectivity/source/drivers/odbc/odbc.xml @@ -4,7 +4,7 @@ odbc Ocke Janssen - com.sun.star.sdbc.ODBCDriver + com.sun.star.comp.sdbc.ODBCDriver This is the implementation of the sdbc-odbc bridge. -- cgit