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 <caolanm@redhat.com>
This commit is contained in:
Caolán McNamara 2022-11-18 11:41:45 +00:00
parent 66fbd32b8c
commit f4b5ecb54d

View file

@ -22,7 +22,7 @@
#include <vcl/keycodes.hxx>
SvxSwAutoFormatFlags::SvxSwAutoFormatFlags()
: aBulletFont( "StarSymbol", Size( 0, 14 ) )
: aBulletFont( "OpenSymbol", Size( 0, 14 ) )
{
bAutoCorrect =
bCapitalStartSentence =