| Summary: | EasyHack: remove unused anchor icons ... | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Michael Meeks <michael.meeks> |
| Component: | Writer | Assignee: | Not Assigned <libreoffice-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | Keywords: | difficultyBeginner, easyHack, skillCpp, topicCleanup |
| Priority: | medium | ||
| Version: | Master old -3.6 | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| Crash report or crash signature: | Regression By: | ||
fixed afaics by http://cgit.freedesktop.org/libreoffice/core/commit/?id=70a551308f00e65e82d33c01565d34176f18d004 Migrating Whiteboard tags to Keywords: (EasyHack,DifficultyBeginner,SkillCpp,TopicCleanup) [NinjaEdit] |
sw/source/ui/utlui/initui.src: BITMAP BMP_FRAME_ANCHOR { FILE = "anchor.bmp" ; }; sw/source/ui/utlui/initui.src: BITMAP BMP_FRAME_DRAG_ANCHOR { FILE = "danchor.bmp" ; }; These bitmaps in the .src files, and code and definitions associated with BMP_FRAME_ANCHOR need removing. The icons themselves are high visibility 'no icon' icons, and we shouldn't be dragging them around. Hopefully we can bin some unused code associated with them too. Shouldn't be too hard I hope :-)