diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-06-17 14:44:42 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-06-17 14:44:42 +0000 |
commit | 83ffdbca45907e13121fe0976d84ba70befe05bd (patch) | |
tree | 0de8ce9ba48ad538e7ccb240eef90ee71f4cc153 /shell | |
parent | c4f9817dcf10e46faf1effd1d91e067fd8fb8437 (diff) |
INTEGRATION: CWS defaultmailer (1.1.174); FILE MERGED
2004/06/04 15:09:45 tra 1.1.174.1: #i29558#refactoring of simple mail service, MAPI stuff now called in an own executable
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/simplemail/smplmailsuppl.hxx | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/shell/source/win32/simplemail/smplmailsuppl.hxx b/shell/source/win32/simplemail/smplmailsuppl.hxx index e9c317e457a2..dff580b6534a 100644 --- a/shell/source/win32/simplemail/smplmailsuppl.hxx +++ b/shell/source/win32/simplemail/smplmailsuppl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: smplmailsuppl.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: tra $ $Date: 2001-05-14 08:08:56 $ + * last change: $Author: rt $ $Date: 2004-06-17 15:44:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,10 +62,6 @@ #ifndef _SMPLMAILSUPPL_HXX_ #define _SMPLMAILSUPPL_HXX_ -//---------------------------------------------------------- -// includes of other projects -//---------------------------------------------------------- - #ifndef _CPPUHELPER_COMPBASE2_HXX_ #include <cppuhelper/compbase2.hxx> #endif @@ -86,9 +82,6 @@ #include "simplemapi.hxx" #endif -//---------------------------------------------------------- -// class declaration -//---------------------------------------------------------- class CSmplMailSupplBase { @@ -106,17 +99,11 @@ public: CSmplMailSuppl( ); ~CSmplMailSuppl( ); - //------------------------------------------------ // XSimpleMailClientSupplier - //------------------------------------------------ - virtual ::com::sun::star::uno::Reference< ::com::sun::star::system::XSimpleMailClient > SAL_CALL querySimpleMailClient( ) throw (::com::sun::star::uno::RuntimeException); - //------------------------------------------------ // XServiceInfo - //------------------------------------------------ - virtual ::rtl::OUString SAL_CALL getImplementationName( ) throw(::com::sun::star::uno::RuntimeException); @@ -125,9 +112,6 @@ public: virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames( ) throw(::com::sun::star::uno::RuntimeException); - -private: - CSimpleMapi* m_pSimpleMapi; }; #endif |