diff options
author | Thomas Lange <tl@openoffice.org> | 2009-09-03 15:12:37 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2009-09-03 15:12:37 +0000 |
commit | 4c0bd776257fb1ad287e34b4e1bcf4bb6cd2f822 (patch) | |
tree | 6e4fa864d25d7629229d6582cb75ba93831bb676 /sw/inc/printdata.hxx | |
parent | ffdf4f75143bbcc0061cbf8479490d9b6cb7d5f2 (diff) |
#i101242# printing from HTML source view
Diffstat (limited to 'sw/inc/printdata.hxx')
-rw-r--r-- | sw/inc/printdata.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/printdata.hxx b/sw/inc/printdata.hxx index 14303ad40d5d..345546deabec 100644 --- a/sw/inc/printdata.hxx +++ b/sw/inc/printdata.hxx @@ -60,7 +60,7 @@ class SwPrintUIOptions : public vcl::PrinterOptionsHelper OutputDevice* m_pLast; public: - SwPrintUIOptions( BOOL bWeb = FALSE ); + SwPrintUIOptions( bool bWeb, bool bSwSrcView ); ~SwPrintUIOptions(); bool processPropertiesAndCheckFormat( const com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >& i_rNewProp ); |