diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-09-19 08:34:43 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-09-19 08:34:43 +0000 |
commit | 46f9e0ef119e2dab56f67fab40cb748bf606ad98 (patch) | |
tree | 67a1f719552742d9bce84a9d0a640e0350f0f926 /connectivity/source/inc | |
parent | c4da372ef1e32e6c97beaea62f280719ca01f20e (diff) |
#91966# acceptURL corrected
Diffstat (limited to 'connectivity/source/inc')
-rw-r--r-- | connectivity/source/inc/mozaddressbook/MABConnection.hxx | 12 | ||||
-rw-r--r-- | connectivity/source/inc/mozaddressbook/MABDriver.hxx | 5 |
2 files changed, 12 insertions, 5 deletions
diff --git a/connectivity/source/inc/mozaddressbook/MABConnection.hxx b/connectivity/source/inc/mozaddressbook/MABConnection.hxx index a8880a0d57d9..86dd3e2dfc80 100644 --- a/connectivity/source/inc/mozaddressbook/MABConnection.hxx +++ b/connectivity/source/inc/mozaddressbook/MABConnection.hxx @@ -2,9 +2,9 @@ * * $RCSfile: MABConnection.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: oj $ $Date: 2001-08-24 05:58:07 $ + * last change: $Author: oj $ $Date: 2001-09-19 09:34:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -124,8 +124,14 @@ namespace connectivity sal_Bool isOutlookExpress() const { return m_bOutlookExpress;} sal_Int32 getNextAnonymousAB() { return (++m_nAnonABCount); } sal_Int32 getMaxResultRecords() const { return m_nMaxResultRecords; } - const OMozabColumnAlias & getColumnAlias() const + const OMozabColumnAlias & getColumnAlias() const { return (m_aColumnAlias); } + + // static methods to return the names of the uri + 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(); }; } } diff --git a/connectivity/source/inc/mozaddressbook/MABDriver.hxx b/connectivity/source/inc/mozaddressbook/MABDriver.hxx index b18174b050ec..734e1a20184a 100644 --- a/connectivity/source/inc/mozaddressbook/MABDriver.hxx +++ b/connectivity/source/inc/mozaddressbook/MABDriver.hxx @@ -2,9 +2,9 @@ * * $RCSfile: MABDriver.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: wvd $ $Date: 2001-07-18 12:12:46 $ + * last change: $Author: oj $ $Date: 2001-09-19 09:34:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -95,6 +95,7 @@ namespace connectivity const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & getMSFactory(void) const { return m_xMSFactory; } + static sal_Bool acceptsURL_Stat( const ::rtl::OUString& url ); private: const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > m_xMSFactory; |