summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mozab/MConnection.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-10-23 08:08:04 +0000
committerOcke Janssen <oj@openoffice.org>2001-10-23 08:08:04 +0000
commitf5d2e3a1ce722b838892b089d6a7f4234ffd3f61 (patch)
tree1d8f91e8e355bb915410a5a781ccb8e9b6ca0ac2 /connectivity/source/drivers/mozab/MConnection.hxx
parent9808d46fd90a6b213c305db3661f60b5014c37b8 (diff)
#92124# remove all dependencies
Diffstat (limited to 'connectivity/source/drivers/mozab/MConnection.hxx')
-rw-r--r--connectivity/source/drivers/mozab/MConnection.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/connectivity/source/drivers/mozab/MConnection.hxx b/connectivity/source/drivers/mozab/MConnection.hxx
index 09c126b14db2..b8a5692be999 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.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2001-10-17 18:27:28 $
+ * last change: $Author: oj $ $Date: 2001-10-23 09:08:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -216,6 +216,12 @@ namespace connectivity
const OColumnAlias & getColumnAlias() const
{ return (m_aColumnAlias); }
+ static const sal_Char* getSDBC_SCHEME_MOZILLA();
+ 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();
+
// End of Additions from the land of mozilla
};
}