Issue 121725 - [AWT] com::sun::star::awt::XPrinter::start() ignores its arguments
Summary: [AWT] com::sun::star::awt::XPrinter::start() ignores its arguments
Status: ACCEPTED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Normal
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on: 121738
Blocks:
  Show dependency tree
 
Reported: 2013-02-06 15:52 UTC by Ariel Constenla-Haile
Modified: 2017-05-20 11:27 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Ariel Constenla-Haile 2013-02-06 15:52:06 UTC
com::sun::star::awt::XPrinter::start() is defined with three arguments:

boolean start(
[in] string nJobName, 
[in] short nCopies, 
[in] boolean nCollate ) 
raises( com::sun::star::awt::PrinterException, 
com::sun::star::lang::IllegalArgumentException );


All arguments are ignored in the current implementation:
http://svn.apache.org/viewvc/openoffice/trunk/main/toolkit/source/awt/vclxprinter.cxx?revision=1413471&view=markup#l286

sal_Bool VCLXPrinter::start(
const ::rtl::OUString& /*rJobName*/, 
sal_Int16 /*nCopies*/, 
sal_Bool /*bCollate*/ ) 
throw(::com::sun::star::awt::PrinterException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException)
{ ... }
Comment 1 Oliver Brinzing 2013-02-07 05:50:08 UTC
.
Comment 2 Marcus 2017-05-20 11:27:50 UTC
Reset assigne to the default "issues@openoffice.apache.org".