diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 10:41:35 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 10:41:35 +0000 |
commit | bea303aae95061ae149a009388cf5db1879939ca (patch) | |
tree | beede224b8eef3ecaa758bfdc75c488dcfd0877c /sc/source/ui/inc/prevwsh.hxx | |
parent | 033799b198dc942d107f782b60b6998e0207e1f6 (diff) |
INTEGRATION: CWS mbafixesfor22 (1.8.346); FILE MERGED
2007/01/16 11:29:23 mba 1.8.346.1: #i64552#: pass bIsAPI to every print call
Diffstat (limited to 'sc/source/ui/inc/prevwsh.hxx')
-rw-r--r-- | sc/source/ui/inc/prevwsh.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/prevwsh.hxx b/sc/source/ui/inc/prevwsh.hxx index 4da3be04b..c82cacdda 100644 --- a/sc/source/ui/inc/prevwsh.hxx +++ b/sc/source/ui/inc/prevwsh.hxx @@ -4,9 +4,9 @@ * * $RCSfile: prevwsh.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-08 21:45:23 $ + * last change: $Author: obo $ $Date: 2007-01-25 11:41:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -140,7 +140,7 @@ public: virtual PrintDialog* CreatePrintDialog( Window* pParent ); virtual SfxTabPage* CreatePrintOptionsPage( Window *pParent, const SfxItemSet &rOptions ); virtual void PreparePrint( PrintDialog* pPrintDialog = NULL ); - virtual USHORT Print( SfxProgress& rProgress, PrintDialog* pPrintDialog = NULL ); + virtual USHORT Print( SfxProgress& rProgress, BOOL bIsAPI, PrintDialog* pPrintDialog = NULL ); void AddAccessibilityObject( SfxListener& rObject ); void RemoveAccessibilityObject( SfxListener& rObject ); |