diff options
author | Ta Duc Tung <tatung2112@gmail.com> | 2011-08-08 08:56:14 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-08-08 09:40:29 +0200 |
commit | be6629ac7481dd68cb2f2b52927f1dcd975d6ac9 (patch) | |
tree | 6178a2c5f49527097febd895d2a908c6d18d0f00 /sw/inc | |
parent | 9bd139b7056f5526dfa5514a41a9c246bed4516a (diff) |
Print current page in the Print dialog, fdo#34697.
Includes very nice cleanup by Korrawit Pruegsanusak
<detective.conan.1412@gmail.com>.
Diffstat (limited to 'sw/inc')
-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 cc0a239815a1..6bd83c1f651d 100644 --- a/sw/inc/printdata.hxx +++ b/sw/inc/printdata.hxx @@ -193,7 +193,7 @@ class SwPrintUIOptions : public vcl::PrinterOptionsHelper const SwPrintData & m_rDefaultPrintData; public: - SwPrintUIOptions( bool bWeb, bool bSwSrcView, bool bHasSelection, bool bHasPostIts, const SwPrintData &rDefaultPrintData ); + SwPrintUIOptions( sal_uInt16 nCurrentPage, bool bWeb, bool bSwSrcView, bool bHasSelection, bool bHasPostIts, const SwPrintData &rDefaultPrintData ); virtual ~SwPrintUIOptions(); bool processPropertiesAndCheckFormat( const com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >& i_rNewProp ); |