Created attachment 164505 [details] Screen shot of the problem When customizing my Formatting (Style) toolbar, I went to add "Character Styles" next to "Paragraph Styles" and what actully happens is that I get a 2nd copy of "Paragraph Styles". See the attached screen shot.
On pc Debian x86-64 with master sources updated today, I don't reproduce this but enabling "Character Styles" seems to do nothing. In fact, if you disable "Paragraph Style", a box disappears, and enabling "Character Styles" makes it appear again. After some debug, "Paragraph Style" comes from: officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 3580 See https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu?r=12ff89af#3580 whereas "Character Styles" comes from: sw/uiconfig/swriter/toolbar/textstylebar.xml See https://opengrok.libreoffice.org/xref/core/sw/uiconfig/swriter/toolbar/textstylebar.xml?r=55291868#48 Notice, that "Paragraph Style" has keyid not "Character Styles". Also notice singular/plural difference for "Style". Heiko: thought you might be interested in this one.
Implementation of the "Formatting (Styles)" toolbar was never completed, and a paragraph styles control is indeed serving as a placeholder for a future character styles control. See comments in Bug 130228. *** This bug has been marked as a duplicate of bug 88512 ***