Kaydet (Commit) 07abf70e authored tarafından Ariel Constenla-Haile's avatar Ariel Constenla-Haile

#i121170# - com::sun::star::awt::XPrinter API does nothing

üst f4f2c318
...@@ -288,7 +288,7 @@ sal_Bool VCLXPrinter::start( const ::rtl::OUString& /*rJobName*/, sal_Int16 /*nC ...@@ -288,7 +288,7 @@ sal_Bool VCLXPrinter::start( const ::rtl::OUString& /*rJobName*/, sal_Int16 /*nC
::osl::Guard< ::osl::Mutex > aGuard( Mutex ); ::osl::Guard< ::osl::Mutex > aGuard( Mutex );
sal_Bool bDone = sal_True; sal_Bool bDone = sal_True;
if ( mpListener.get() ) if ( mpPrinter.get() )
{ {
maInitJobSetup = mpPrinter->GetJobSetup(); maInitJobSetup = mpPrinter->GetJobSetup();
mpListener.reset( new vcl::OldStylePrintAdaptor( mpPrinter ) ); mpListener.reset( new vcl::OldStylePrintAdaptor( mpPrinter ) );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment