https://bugs.documentfoundation.org/show_bug.cgi?id=150600
--- Comment #2 from Mike Kaganski <[email protected]> --- Why do you expect that you can pass an array of arrays as args to executeDispatch? You need to prepare an array of *PropertyValue* struct, and array(array(a,b,c,d)) is not the correct way to do it. Hence, the array("MaxImageResolution", 0, 150, 0) will not be copied to a PropertyValue structure in PDFFilter::implExport. IMO, NOTABUG. -- You are receiving this mail because: You are the assignee for the bug.
