From c2513577c6242a799e02485ed1048c9924d44e28 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 19 Jan 2006 17:21:14 +0000 Subject: INTEGRATION: CWS gcc41 (1.4.152); FILE MERGED 2005/12/07 14:56:34 pmladek 1.4.152.1: #i58967# Removed extra qualification to fix build with gcc-4.1 --- sw/source/ui/inc/maildispatcher.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sw/source/ui/inc/maildispatcher.hxx') diff --git a/sw/source/ui/inc/maildispatcher.hxx b/sw/source/ui/inc/maildispatcher.hxx index 78d8de78cb01..614e0552e95d 100644 --- a/sw/source/ui/inc/maildispatcher.hxx +++ b/sw/source/ui/inc/maildispatcher.hxx @@ -4,9 +4,9 @@ * * $RCSfile: maildispatcher.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 09:39:38 $ + * last change: $Author: obo $ $Date: 2006-01-19 18:21:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -110,7 +110,7 @@ public: Dequeues a mail message. This enables the caller to remove attachments when sending mails is to be cancelled. */ - ::com::sun::star::uno::Reference< ::com::sun::star::mail::XMailMessage> MailDispatcher::dequeueMailMessage(); + ::com::sun::star::uno::Reference< ::com::sun::star::mail::XMailMessage> dequeueMailMessage(); /** Start sending mail messages asynchronously. A client may register -- cgit