summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-05-30 05:40:12 +0000
committerFrank Schönheit <fs@openoffice.org>2001-05-30 05:40:12 +0000
commit581b3a10b61f212aa111a68c9f2f62c4d25ca188 (patch)
tree5c95b026503458690977eaf62392a12e537e73a9
parent67f908b8862f38d4aa803b959d5e362a8232006b (diff)
#87531# changed the implementation name of the ODBC driver
-rw-r--r--connectivity/source/drivers/odbc/ODriver.cxx8
-rw-r--r--connectivity/source/drivers/odbc/odbc.xml2
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 @@
<module-name> odbc </module-name>
<component-description>
<Author>Ocke Janssen</Author>
- <Name> com.sun.star.sdbc.ODBCDriver </Name>
+ <Name>com.sun.star.comp.sdbc.ODBCDriver</Name>
<Description>
This is the implementation of the sdbc-odbc bridge.
</Description>