diff options
Diffstat (limited to 'editeng/source/misc')
-rw-r--r-- | editeng/source/misc/swafopt.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editeng/source/misc/swafopt.cxx b/editeng/source/misc/swafopt.cxx index b68dcce37c3c..751b3e575a53 100644 --- a/editeng/source/misc/swafopt.cxx +++ b/editeng/source/misc/swafopt.cxx @@ -22,8 +22,7 @@ #include <vcl/keycodes.hxx> SvxSwAutoFormatFlags::SvxSwAutoFormatFlags() - : aBulletFont( OUString("StarSymbol"), - Size( 0, 14 ) ) + : aBulletFont( "StarSymbol", Size( 0, 14 ) ) { bAutoCorrect = bCapitalStartSentence = |