summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mozab/MConnection.hxx
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 /connectivity/source/drivers/mozab/MConnection.hxx
parentb18ef352b867f0ebb7fd284c0b946997456c1518 (diff)
#89577# renamed getImplementationName_Static to getDriverImplementationName
Diffstat (limited to 'connectivity/source/drivers/mozab/MConnection.hxx')
-rw-r--r--connectivity/source/drivers/mozab/MConnection.hxx6
1 files changed, 3 insertions, 3 deletions
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
};