editeng/source/misc/swafopt.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f4b5ecb54dbe216677b3eeb9a03f63da7df8223f
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Fri Nov 18 11:41:45 2022 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Fri Nov 18 21:28:25 2022 +0100

    use OpenSymbol as bullet font instead of StarSymbol
    
    Change-Id: Id9ec305c3d43c3a811cb95794eaa5349bc3e4b56
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142938
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/editeng/source/misc/swafopt.cxx b/editeng/source/misc/swafopt.cxx
index 126a54bb1f90..293554589438 100644
--- a/editeng/source/misc/swafopt.cxx
+++ b/editeng/source/misc/swafopt.cxx
@@ -22,7 +22,7 @@
 #include <vcl/keycodes.hxx>
 
 SvxSwAutoFormatFlags::SvxSwAutoFormatFlags()
-    : aBulletFont( "StarSymbol", Size( 0, 14 ) )
+    : aBulletFont( "OpenSymbol", Size( 0, 14 ) )
 {
     bAutoCorrect =
     bCapitalStartSentence =

Reply via email to