summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-10-23 16:44:40 +0000
committerFrank Schönheit <fs@openoffice.org>2001-10-23 16:44:40 +0000
commit12a9ee00bdc8321dad685cdecdccf06dd8247fd3 (patch)
tree212f716a936511276cb40866d053413cad81317f
parentb18ef352b867f0ebb7fd284c0b946997456c1518 (diff)
#89577# renamed getImplementationName_Static to getDriverImplementationName
-rw-r--r--connectivity/source/drivers/mozab/MConnection.cxx6
-rw-r--r--connectivity/source/drivers/mozab/MConnection.hxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/connectivity/source/drivers/mozab/MConnection.cxx b/connectivity/source/drivers/mozab/MConnection.cxx
index ea1b39b22c5e..a966bd006c50 100644
--- a/connectivity/source/drivers/mozab/MConnection.cxx
+++ b/connectivity/source/drivers/mozab/MConnection.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: MConnection.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: oj $ $Date: 2001-10-23 09:08:04 $
+ * last change: $Author: fs $ $Date: 2001-10-23 17:44:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -162,7 +162,7 @@ const sal_Char* OConnection::getSDBC_SCHEME_OUTLOOK_EXPRESS()
return SDBC_SCHEME_OUTLOOK_EXPRESS;
}
// -----------------------------------------------------------------------------
-::rtl::OUString OConnection::getImplementationName_Static()
+::rtl::OUString OConnection::getDriverImplementationName()
{
return rtl::OUString::createFromAscii(MOZAB_DRIVER_IMPL_NAME);
}
diff --git a/connectivity/source/drivers/mozab/MConnection.hxx b/connectivity/source/drivers/mozab/MConnection.hxx
index b8a5692be999..3deb987a058f 100644
--- a/connectivity/source/drivers/mozab/MConnection.hxx
+++ b/connectivity/source/drivers/mozab/MConnection.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: MConnection.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: oj $ $Date: 2001-10-23 09:08:04 $
+ * last change: $Author: fs $ $Date: 2001-10-23 17:44:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -220,7 +220,7 @@ namespace connectivity
static const sal_Char* getSDBC_SCHEME_LDAP();
static const sal_Char* getSDBC_SCHEME_OUTLOOK_MAPI();
static const sal_Char* getSDBC_SCHEME_OUTLOOK_EXPRESS();
- static ::rtl::OUString getImplementationName_Static();
+ static ::rtl::OUString getDriverImplementationName();
// End of Additions from the land of mozilla
};