diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-10-22 07:14:59 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-10-22 07:14:59 +0000 |
commit | 9231ccb3dda90bf9081d3f0795722956cc757c80 (patch) | |
tree | 0d7a665d157e3c1389d23bb55cce84ab7feed301 /shell | |
parent | 6a788a1beff110fe2fda44dac3f44c51993b554b (diff) |
INTEGRATION: CWS shellfix01 (1.3.30); FILE MERGED
2004/09/14 07:06:17 obr 1.3.30.1: #i30170# attachments now passed as system paths
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/cmdmail/cmdmailsuppl.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/shell/source/cmdmail/cmdmailsuppl.hxx b/shell/source/cmdmail/cmdmailsuppl.hxx index d86ed49af3f5..ce135d2d3f8e 100644 --- a/shell/source/cmdmail/cmdmailsuppl.hxx +++ b/shell/source/cmdmail/cmdmailsuppl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: cmdmailsuppl.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2004-06-21 13:51:16 $ + * last change: $Author: rt $ $Date: 2004-10-22 08:14:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -102,7 +102,6 @@ class CmdMailSuppl : { ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > m_xConfigurationProvider; - ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > m_xContext; public: CmdMailSuppl( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& xContext ); |