https://bugs.documentfoundation.org/show_bug.cgi?id=170427
--- Comment #1 from Justin L <[email protected]> --- BTW, the results before 4.4 were horrible. It just did happen to open. For testing the results, it is probably good to use Word 2007 - something that can't understand DML. I believe that normally DML is written out and masks the bad VML. It just happens that in the particular code path we are hitting here, no DML is written out, so the bad VML causes MS Word to complain. By simply setting Rectangle 3 to be anchored to 'Page' instead of 'Character' it writes it out as DML in a different place. Since both horizontal and vertical are relative to page, anchoring as Page would make sense. -- You are receiving this mail because: You are the assignee for the bug.
