https://bugs.freedesktop.org/show_bug.cgi?id=46339
--- Comment #6 from Julien Nabet <[email protected]> 2012-02-22 14:03:39 PST --- I succeeded to make this work by 2 options : 1) Either Replace the line 114 : sIncSuffix = com.sun.star.wizards.common.Desktop.getIncrementSuffix(CurUnoDialog.getDlgNameAccess(), "imgBackground"); by this : sIncSuffix = com.sun.star.wizards.common.Desktop.getIncrementSuffix(CurUnoDialog.getDlgNameAccess(), "TitleScrollBar"); 2) Or Replace this line 115 : xScrollBar = CurUnoDialog.insertScrollBar("TitleScrollBar" + sIncSuffix, 0, by this : xScrollBar = CurUnoDialog.insertScrollBar("imgBackground" + sIncSuffix, 0, -- 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
