officecfg/registry/schema/org/openoffice/Office/Common.xcs | 20 +++++-------- 1 file changed, 8 insertions(+), 12 deletions(-)
New commits: commit 61902b95e501414640e74932131b7954639a0414 Author: Heiko Tietze <[email protected]> AuthorDate: Fri Sep 5 22:39:36 2025 +0200 Commit: Heiko Tietze <[email protected]> CommitDate: Tue Sep 23 12:13:37 2025 +0200 Resolves tdf#168292 - Bullet Library has repetitive content Change-Id: I48a0ed570c0d7058b9391784499563dcf7b38e69 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190626 Tested-by: Jenkins Reviewed-by: Heiko Tietze <[email protected]> diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index dac5c6a81458..86649b3315ed 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -3381,16 +3381,14 @@ <desc>List of default bullets</desc> </info> <value> - <it>•</it> - <it>◦</it> - <it>▪</it> - <it>•</it> - <it>◦</it> - <it>▪</it> - <it>•</it> - <it>◦</it> - <it>▪</it> - <it>•</it> + <it>●</it> + <it>○</it> + <it>□</it> + <it>►</it> + <it>→</it> + <it>-</it> + <it>–</it> + <it>✸</it> </value> </prop> <prop oor:name="DefaultBulletsFonts" oor:type="oor:string-list" oor:nillable="false"> @@ -3406,8 +3404,6 @@ <it>OpenSymbol</it> <it>OpenSymbol</it> <it>OpenSymbol</it> - <it>OpenSymbol</it> - <it>OpenSymbol</it> </value> </prop> </group>
