summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/pview.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 10:44:56 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 10:44:56 +0000
commit154c7a2c7b86f1565613b76c4e60dc73d7c3f529 (patch)
tree2450cca7f045ab04711f9c1d6fa6a2cef5fdebe1 /sw/source/ui/inc/pview.hxx
parent97c4ed461b0eccc06fd89a0d1eff971d6a408904 (diff)
INTEGRATION: CWS mbafixesfor22 (1.18.624); FILE MERGED
2007/01/16 11:31:03 mba 1.18.624.1: #i64552#: pass bIsAPI to every print call
Diffstat (limited to 'sw/source/ui/inc/pview.hxx')
-rw-r--r--sw/source/ui/inc/pview.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/inc/pview.hxx b/sw/source/ui/inc/pview.hxx
index 5b44706dd528..4b4c2d3ace3b 100644
--- a/sw/source/ui/inc/pview.hxx
+++ b/sw/source/ui/inc/pview.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: pview.hxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 09:58:44 $
+ * last change: $Author: obo $ $Date: 2007-01-25 11:44:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -242,7 +242,7 @@ class SW_DLLPUBLIC SwPagePreView: public SfxViewShell
SW_DLLPRIVATE int ChgPage( int eMvMode, int bUpdateScrollbar = TRUE );
- SW_DLLPRIVATE virtual USHORT Print( SfxProgress &rProgress,
+ SW_DLLPRIVATE virtual USHORT Print( SfxProgress &rProgress, BOOL bIsAPI,
PrintDialog *pPrintDialog = 0 );
SW_DLLPRIVATE virtual SfxPrinter* GetPrinter( BOOL bCreate = FALSE );
SW_DLLPRIVATE virtual USHORT SetPrinter( SfxPrinter *pNewPrinter, USHORT nDiffFlags = SFX_PRINTER_ALL );