User: vg Date: 05/02/21 04:22:20 Modified: /dba/connectivity/source/drivers/mozab/ MDriver.hxx
Log: INTEGRATION: CWS mozab05 (1.5.40); FILE MERGED 2005/01/17 05:30:43 windly 1.5.40.1: #i20088# Detect Mozilla Thunderbird Address Book: patchs for connectivity File Changes: Directory: /dba/connectivity/source/drivers/mozab/ ================================================== File [changed]: MDriver.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/MDriver.hxx?r1=1.5&r2=1.6 Delta lines: +3 -0 ------------------- --- MDriver.hxx 2 Aug 2004 17:06:41 -0000 1.5 +++ MDriver.hxx 21 Feb 2005 12:22:16 -0000 1.6 @@ -79,6 +79,7 @@ #define MOZAB_MOZILLA_SCHEMA "mozilla" +#define MOZAB_THUNDERBIRD_SCHEMA "thunderbird" #define MOZAB_LDAP_SCHEMA "ldap" #define MOZAB_OUTLOOK_SCHEMA "outlook" #define MOZAB_OUTLOOKEXP_SCHEMA "outlookexp" @@ -100,6 +101,7 @@ enum EDriverType { Mozilla, + ThunderBird, LDAP, Outlook, OutlookExpress, @@ -147,6 +149,7 @@ static EDriverType acceptsURL_Stat( const ::rtl::OUString& url ); // static methods to return the names of the uri static const sal_Char* getSDBC_SCHEME_MOZILLA(); + static const sal_Char* getSDBC_SCHEME_THUNDERBIRD(); static const sal_Char* getSDBC_SCHEME_LDAP(); static const sal_Char* getSDBC_SCHEME_OUTLOOK_MAPI(); static const sal_Char* getSDBC_SCHEME_OUTLOOK_EXPRESS(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
