diff options
author | Thomas Lange <tl@openoffice.org> | 2009-09-01 15:16:12 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2009-09-01 15:16:12 +0000 |
commit | 5f0f0b76cf45ac9791b94e5f4da492c9e7e6e559 (patch) | |
tree | db4c25d3d0825e4656d4efcd4d9234f5b757e93e /sw/source/ui/inc/view.hxx | |
parent | c3e37c4a4b8b9d8b1de5ac4c064eb62c88e1e935 (diff) |
#i101242# applying view options and formatting doc now only done in getRendererCount
Diffstat (limited to 'sw/source/ui/inc/view.hxx')
-rw-r--r-- | sw/source/ui/inc/view.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/ui/inc/view.hxx b/sw/source/ui/inc/view.hxx index 730d91850a..e0f26a0051 100644 --- a/sw/source/ui/inc/view.hxx +++ b/sw/source/ui/inc/view.hxx @@ -630,10 +630,6 @@ public: //apply Accessiblity options void ApplyAccessiblityOptions(SvtAccessibilityOptions& rAccessibilityOptions); - // get print options (SwPrtOptions) - static void MakeOptions( PrintDialog* pDlg, SwPrtOptions& rOpts, - BOOL* pPrtProspect, BOOL* pPrtProspect_RTL, BOOL bWeb, SfxPrinter* pPrt, SwPrintData* pData ); - SwView(SfxViewFrame* pFrame, SfxViewShell*); ~SwView(); |