diff options
author | Carsten Driesner <cd@openoffice.org> | 2011-01-21 17:18:37 +0100 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2011-01-21 17:18:37 +0100 |
commit | 97302f397edf6bde4b31ce207796b0daf7875995 (patch) | |
tree | d7f8584f1549e7a9fa870dceed734c4c2d48e122 /sd/source/ui/inc/ViewShellBase.hxx | |
parent | 5c62c682edf76f1ae5c59f474b1b998eb2ea2d77 (diff) | |
parent | 4de9a23946e04a56481be4110fe568f51728dee6 (diff) |
removetooltypes01: Rebase to DEV300m98
Diffstat (limited to 'sd/source/ui/inc/ViewShellBase.hxx')
-rwxr-xr-x | sd/source/ui/inc/ViewShellBase.hxx | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sd/source/ui/inc/ViewShellBase.hxx b/sd/source/ui/inc/ViewShellBase.hxx index cd4bb2b63..cb4f8bf8a 100755 --- a/sd/source/ui/inc/ViewShellBase.hxx +++ b/sd/source/ui/inc/ViewShellBase.hxx @@ -144,24 +144,10 @@ public: sal_uInt16 nDiffFlags = SFX_PRINTER_ALL, bool bIsApi=false); /// Forwarded to the print manager. - virtual PrintDialog* CreatePrintDialog (::Window *pParent); - - /// Forwarded to the print manager. virtual SfxTabPage* CreatePrintOptionsPage ( ::Window *pParent, const SfxItemSet &rOptions); - /// Forwarded to the print manager. - virtual sal_uInt16 Print (SfxProgress& rProgress, sal_Bool bIsAPI, PrintDialog* pDialog); - - /// Forwarded to the print manager. - virtual ErrCode DoPrint ( - SfxPrinter *pPrinter, - PrintDialog *pPrintDialog, - sal_Bool bSilent, sal_Bool bIsAPI ); - - virtual void PreparePrint (PrintDialog* pPrintDialog); - /// Forward methods to main sub shell. virtual void WriteUserDataSequence ( ::com::sun::star::uno::Sequence < |