summaryrefslogtreecommitdiff
path: root/sw/inc/dbmgr.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 10:44:16 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 10:44:16 +0000
commitbd43d3647529110e1a0622e6181200eb4b2ebc1f (patch)
tree3b8fb127fca754b316291eab10fe583f02ab26a7 /sw/inc/dbmgr.hxx
parent8da99c3d592b46c92b1cd287511c2637602eec1a (diff)
INTEGRATION: CWS mbafixesfor22 (1.32.154); FILE MERGED
2007/01/16 11:30:12 mba 1.32.154.1: #i64552#: pass bIsAPI to every print call
Diffstat (limited to 'sw/inc/dbmgr.hxx')
-rw-r--r--sw/inc/dbmgr.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx
index 42b074ad905b..8bce5c539cb7 100644
--- a/sw/inc/dbmgr.hxx
+++ b/sw/inc/dbmgr.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dbmgr.hxx,v $
*
- * $Revision: 1.32 $
+ * $Revision: 1.33 $
*
- * last change: $Author: hr $ $Date: 2006-08-14 15:19:15 $
+ * last change: $Author: obo $ $Date: 2007-01-25 11:44:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -282,10 +282,10 @@ public:
BOOL Merge(SwWrtShell* pSh);
// Mischen von Datensaetzen in Felder, dann drucken
BOOL MergePrint( SwView& rView,
- SwPrtOptions& rOpt, SfxProgress& rProgress );
+ SwPrtOptions& rOpt, SfxProgress& rProgress, BOOL bIsAPI );
// printing parts of a merge result document
BOOL MergePrintDocuments( SwView& rView,
- SwPrtOptions& rOpt, SfxProgress& rProgress );
+ SwPrtOptions& rOpt, SfxProgress& rProgress, BOOL bIsAPI );
// Datenbankfelder mit fehlendem Datenbankname initialisieren
inline BOOL IsInitDBFields() const { return bInitDBFields; }