https://bugs.freedesktop.org/show_bug.cgi?id=46339
--- Comment #7 from Julien Nabet <[email protected]> 2012-02-22 14:23:19 PST --- (In reply to comment #6) > 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, Just forgot to precise : - these lines are in wizards/com/sun/star/wizards/ui/ControlScroller.java - "TitleScrollBar" is used too line 279 in the same file. Does it indicate something about which option to choose ? (if it's one of them of course :-) ) -- 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
