https://bz.apache.org/ooo/show_bug.cgi?id=127433
Issue ID: 127433 Issue Type: DEFECT Summary: packedpixeliterator.hxx : expression used as a function Product: General Version: 4.2.0-dev Hardware: PC OS: Linux 64-bit Status: UNCONFIRMED Severity: Normal Priority: P5 (lowest) Component: code Assignee: issues@openoffice.apache.org Reporter: nm...@netcourrier.com Target Milestone: --- Created attachment 86124 --> https://bz.apache.org/ooo/attachment.cgi?id=86124&action=edit packedpixeliteraror.hxx.diff Build fails on line 611 of packedpixeliterator.hxx : const int remainder( x(d.x) % num_intraword_positions ); Reported error : expression used as a function. Changing to : const int remainder( (x*(d.x)) % num_intraword_positions ); resolved the issue. -- You are receiving this mail because: You are the assignee for the issue.