https://bugs.freedesktop.org/show_bug.cgi?id=39639
--- Comment #1 from Victor Lee <[email protected]> 2011-12-17 06:01:45 PST --- As far as I traced, HID_BG_BTN_IMG13 ~ HID_BG_BTN_IMG16 looks unused. Here is the reason: 1. This ID seems to be associated with the id HD_BG (34290), which is the first id of BackgroundsDialog (wizards/com/sun/star/wizards/web/BackgroundsDialog.java). 2. In its super class ImageListDialog, this id is incremented to 34295 and passed to ImageList. 3. In ImageList, it increments the id on creatImage(), which is called rows*cols times in the constructor. 4. However, the initial values give rows=3 and cols=4, and BackgroundDialog do not change them further, so it never reaches ids after than HID_BG_BTN_IMG12. BackgroundsDialog is used only in WebWizardDialog. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
