diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-06 11:44:41 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-06 11:44:41 +0000 |
commit | 0e4a7e2ac497ab44173b5b6dd0e270f52b7dae7a (patch) | |
tree | 1ddad6c4745b02f4cc2bcf7bd7c2f5dde6457569 /sc/source/ui/inc/prevwsh.hxx | |
parent | da2905274b7db6f207728ccfbaa301b1856a12ad (diff) |
INTEGRATION: CWS dr55 (1.10.82); FILE MERGED
2007/06/22 12:43:25 tbe 1.10.82.1: #i78488# Warn if printing output is empty
Diffstat (limited to 'sc/source/ui/inc/prevwsh.hxx')
-rw-r--r-- | sc/source/ui/inc/prevwsh.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/ui/inc/prevwsh.hxx b/sc/source/ui/inc/prevwsh.hxx index 2aa4ee024367..5138968cd05b 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.10 $ + * $Revision: 1.11 $ * - * last change: $Author: vg $ $Date: 2007-02-27 13:25:41 $ + * last change: $Author: rt $ $Date: 2007-07-06 12:44:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -140,6 +140,7 @@ public: virtual PrintDialog* CreatePrintDialog( Window* pParent ); virtual SfxTabPage* CreatePrintOptionsPage( Window *pParent, const SfxItemSet &rOptions ); virtual void PreparePrint( PrintDialog* pPrintDialog = NULL ); + virtual ErrCode DoPrint( SfxPrinter *pPrinter, PrintDialog *pPrintDialog, BOOL bSilent, BOOL bIsAPI ); virtual USHORT Print( SfxProgress& rProgress, BOOL bIsAPI, PrintDialog* pPrintDialog = NULL ); void AddAccessibilityObject( SfxListener& rObject ); |