https://issues.apache.org/ooo/show_bug.cgi?id=122446
Andre <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #4 from Andre <[email protected]> --- Removed the now unused Symphony icons and replaced them with those used for the ParaspaceIncrease and ParaspaceDecrease commands. There is one problem. The two commands are defined in DrawImpressCommands.xcu but not in GenericCommands.xcu. Because of this the icons can not be loaded like most other icons that are defined for UNO commands. I don't want to move the commands to GenericCommands.xcu so shortly before a release. That may be a trivial change, or it could introduce subtle errors. Instead I use the special private:graphicrepository syntax to access the icons. The downside of this is that I have to use the Command field of the ToolBoxItem to transpart the icon URLs from resource file to implementation. Not pretty but it works. -- You are receiving this mail because: You are on the CC list for the bug.
