diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2024-09-27 10:30:47 +0200 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2024-09-27 15:21:37 +0200 |
commit | b8368ad96e779196f7fdaa4dfd5e26a51e1bd829 (patch) | |
tree | 81b2436be6050764ef65510a1e58371a1e94c83c | |
parent | 59fc2b5ca9678855feb30345761dad739b546edc (diff) |
Resolves tdf#108697 - Update default bullets
Change-Id: I35387f5399a18ecd15237485458233b28f88ea37
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174028
Tested-by: Jenkins
Reviewed-by: Vernon, Stuart Foote <vsfoote@libreoffice.org>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 3c60f6f38252..cd6f9de818d1 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -3342,12 +3342,12 @@ <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> </value> </prop> <prop oor:name="DefaultBulletsFonts" oor:type="oor:string-list" oor:nillable="false"> |