summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/mailmergehelper.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-12-06 10:04:46 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-12-06 10:04:46 +0000
commit10adfe736acad13c52bc323f8b78590c12eb6eab (patch)
treec354b6f6d196f9d122ac7417a7764d9b9782817d /sw/source/ui/dbui/mailmergehelper.cxx
parent58efdfc796f8ba18e79a696517d07905c5f0ad6f (diff)
INTEGRATION: CWS os108 (1.13.92); FILE MERGED
2007/11/15 12:02:47 os 1.13.92.1: #i77449# SenderName added to mail merge e-Mail
Diffstat (limited to 'sw/source/ui/dbui/mailmergehelper.cxx')
-rw-r--r--sw/source/ui/dbui/mailmergehelper.cxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/sw/source/ui/dbui/mailmergehelper.cxx b/sw/source/ui/dbui/mailmergehelper.cxx
index 8bd4527e8479..0678fceb9c4b 100644
--- a/sw/source/ui/dbui/mailmergehelper.cxx
+++ b/sw/source/ui/dbui/mailmergehelper.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: mailmergehelper.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: hr $ $Date: 2007-09-27 11:32:17 $
+ * last change: $Author: vg $ $Date: 2007-12-06 11:04:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -896,6 +896,13 @@ SwMailMessage::SwMailMessage() :
SwMailMessage::~SwMailMessage()
{
}
+/*-- 02.07.2007 16:00:07---------------------------------------------------
+
+ -----------------------------------------------------------------------*/
+::rtl::OUString SwMailMessage::getSenderName() throw (uno::RuntimeException)
+{
+ return m_sSenderName;
+}
/*-- 22.06.2004 16:46:06---------------------------------------------------
-----------------------------------------------------------------------*/