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:
parent
66fbd32b8c
commit
f4b5ecb54d
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
#include <vcl/keycodes.hxx>
|
||||
|
||||
SvxSwAutoFormatFlags::SvxSwAutoFormatFlags()
|
||||
: aBulletFont( "StarSymbol", Size( 0, 14 ) )
|
||||
: aBulletFont( "OpenSymbol", Size( 0, 14 ) )
|
||||
{
|
||||
bAutoCorrect =
|
||||
bCapitalStartSentence =
|
||||
|
|
Loading…
Reference in a new issue