summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-11-18 11:41:45 +0000
committerCaolán McNamara <caolanm@redhat.com>2022-11-18 21:28:25 +0100
commitf4b5ecb54dbe216677b3eeb9a03f63da7df8223f (patch)
tree968e167129d5a4d22aba8a911eaee214bfb6c764 /editeng
parent66fbd32b8cc60d350f02812d3a04f8714c0d77e0 (diff)
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>
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/misc/swafopt.cxx2
1 files changed, 1 insertions, 1 deletions
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 =