diff options
author | Oliver Specht <os@openoffice.org> | 2002-11-29 11:00:22 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2002-11-29 11:00:22 +0000 |
commit | 9e17fd9364c992178ba2fd0f42c05dd04cbdb558 (patch) | |
tree | 714c93f7615dda62153cbe48c3be9afd440ca835 /sw/inc/dbmgr.hxx | |
parent | e3704ce53388dbee585f0f39534c948140401718 (diff) |
#105490# MailMerge usability
Diffstat (limited to 'sw/inc/dbmgr.hxx')
-rw-r--r-- | sw/inc/dbmgr.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx index 07b6efa24c..7d0e271aa3 100644 --- a/sw/inc/dbmgr.hxx +++ b/sw/inc/dbmgr.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dbmgr.hxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: os $ $Date: 2002-09-18 10:39:26 $ + * last change: $Author: os $ $Date: 2002-11-29 12:00:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -248,8 +248,7 @@ public: // Mischen von Datensaetzen in Felder BOOL MergeNew(USHORT nOpt, SwWrtShell& rSh, - const ::svx::ODataAccessDescriptor& _rDescriptor, - const String *pPrinter = NULL); + const ::svx::ODataAccessDescriptor& _rDescriptor); BOOL Merge(SwWrtShell* pSh); // Mischen von Datensaetzen in Felder, dann drucken BOOL MergePrint( SwView& rView, |