Created attachment 76241 [details] Screenshot of the drop down list Hi, How to reproduce: * Open Writer * Open Format > 'Styles and Formatting' (F11) * Open the dropdown box at the bottom of that dialog Current behavior: the first entry (hierarchical) is not shown. Only viewable when you scroll up. Solution: * increase MAX_FILTER_ENTRIES 12 (http://opengrok.libreoffice.org/xref/core/sfx2/source/dialog/templdlg.cxx#86) to 14 Why 14 and not 13 as there are only 13 filters for now? * I would like to implement another filter "unused styles" as soon as I can (Bug 46719), so then we'll have the same "problem". Any objections? Kind regards, Joren
Seen this strange situation often. A good idea to improve that!
just for the record: AFAIR, this bug is as old as Metusalem ;-)
Joren De Cuyper committed a patch related to this issue. It has been pushed to "libreoffice-4-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=a9e2b90fd4458852e745ec5eca127549452617b7&h=libreoffice-4-0 fdo#62075 Hierarchical filter hard to find It will be available in LibreOffice 4.0.2. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Joren De Cuyper committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=1272688c6001e160018dc2f64a0767730b18aca4 fdo#62075 Hierarchical filter hard to find The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.