Bug 42453

Summary: EasyHack: remove unused anchor icons ...
Product: LibreOffice Reporter: Michael Meeks <michael.meeks>
Component: WriterAssignee: 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:

Description Michael Meeks 2011-10-31 13:47:54 UTC
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 :-)
Comment 2 Robinson Tryon (qubit) 2015-12-15 16:27:25 UTC
Migrating Whiteboard tags to Keywords: (EasyHack,DifficultyBeginner,SkillCpp,TopicCleanup)
[NinjaEdit]