https://bugs.documentfoundation.org/show_bug.cgi?id=169135
--- Comment #1 from Takenori Yasuda <[email protected]> --- That's because "the formatting with FontWeight set to Normal is applied". I also looked at the macro code, and "com.sun.star.awt.FontWeight.NORMAL" is set. To reset the formatting, use Ctrl+M. In the macro code, change line 29 as follows. Before: .CharWeight=com.sun.star.awt.FontWeight.NORMAL After: .setPropertyToDefault("CharWeight") -- You are receiving this mail because: You are the assignee for the bug.
