https://issues.apache.org/ooo/show_bug.cgi?id=119535
Andre <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected] Resolution|FIXED |--- Assignee|[email protected] |[email protected] |.org | --- Comment #8 from Andre <[email protected]> --- @Jianyuan Li: Reopening because the change breaks the build (Windows7, non-pro) in main/svtools/source/filter/wmf/enhwmf.cxx. There are two problems: 1. On line 1318 a new variable aColor is introduced. This is inside a switch/case statement. Adding curly braces around the whole case will probably fix this. 2. There are now two case statements for EMR_CREATEDIBPATTERNBRUSHPT. One in the new code, the other inside the following #ifdef WIN_MTF_ASSERT block. Removing the second case statement will probably fix this. -- You are receiving this mail because: You are the assignee for the bug.
