summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tabvwsh.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-17 12:34:43 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-17 12:34:43 +0000
commitb298f5eb45eef18ee52f41be705a4b29f475b287 (patch)
treef34378d6e53ca6eaf016187f505822ca4db545f3 /sc/source/ui/inc/tabvwsh.hxx
parent8496a7d389bcc0dc5fa26e8847ad0e126b2e436a (diff)
INTEGRATION: CWS basemodelrefactoring (1.26.20); FILE MERGED
2007/05/29 21:31:02 mba 1.26.20.3: RESYNC: (1.27-1.28); FILE MERGED 2007/03/25 02:21:20 mba 1.26.20.2: RESYNC: (1.26-1.27); FILE MERGED 2007/03/23 13:46:29 mba 1.26.20.1: #i75677#: SetPrinter must be callable from API
Diffstat (limited to 'sc/source/ui/inc/tabvwsh.hxx')
-rw-r--r--sc/source/ui/inc/tabvwsh.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/tabvwsh.hxx b/sc/source/ui/inc/tabvwsh.hxx
index a56132a244f6..7f50672a525d 100644
--- a/sc/source/ui/inc/tabvwsh.hxx
+++ b/sc/source/ui/inc/tabvwsh.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tabvwsh.hxx,v $
*
- * $Revision: 1.28 $
+ * $Revision: 1.29 $
*
- * last change: $Author: vg $ $Date: 2007-05-22 20:08:48 $
+ * last change: $Author: obo $ $Date: 2007-07-17 13:34:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -390,7 +390,7 @@ public:
// Drucken:
virtual SfxPrinter* GetPrinter( BOOL bCreate = FALSE );
virtual USHORT SetPrinter( SfxPrinter* pNewPrinter,
- USHORT nDiffFlags = SFX_PRINTER_ALL );
+ USHORT nDiffFlags = SFX_PRINTER_ALL, bool bIsApi=false );
virtual PrintDialog* CreatePrintDialog( Window* pParent );
virtual SfxTabPage* CreatePrintOptionsPage( Window *pParent, const SfxItemSet &rOptions );