summaryrefslogtreecommitdiff
path: root/sw/inc/swprtopt.hxx
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2009-09-01 15:16:12 +0000
committerThomas Lange <tl@openoffice.org>2009-09-01 15:16:12 +0000
commit8b9588e75bd53b64fa3d1cd0a006a14e74578f96 (patch)
tree52df1504f964ba7ea908a4ec603edacfb21e7e78 /sw/inc/swprtopt.hxx
parent467351957174c318a81fede4937d0a21fda7828e (diff)
#i101242# applying view options and formatting doc now only done in getRendererCount
Diffstat (limited to 'sw/inc/swprtopt.hxx')
-rw-r--r--sw/inc/swprtopt.hxx18
1 files changed, 13 insertions, 5 deletions
diff --git a/sw/inc/swprtopt.hxx b/sw/inc/swprtopt.hxx
index 86bcefa5d455..76930675eb6c 100644
--- a/sw/inc/swprtopt.hxx
+++ b/sw/inc/swprtopt.hxx
@@ -45,6 +45,10 @@
#define POSTITS_ENDPAGE 3
+class PrintDialog;
+class SfxPrinter;
+
+
////////////////////////////////////////////////////////////
@@ -84,11 +88,15 @@ public:
#endif
- SwPrtOptions& operator=(const SwPrintData& rData)
- {
- SwPrintData::operator=(rData);
- return *this;
- }
+ SwPrtOptions& operator=(const SwPrintData& rData)
+ {
+ SwPrintData::operator=(rData);
+ return *this;
+ }
+
+ // get print options
+ void MakeOptions( PrintDialog* pDlg,
+ BOOL* pPrtProspect, BOOL* pPrtProspect_RTL, BOOL bWeb, SfxPrinter* pPrt, SwPrintData* pData );
};