diff options
Diffstat (limited to 'editeng/source/misc/swafopt.cxx')
-rw-r--r-- | editeng/source/misc/swafopt.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/editeng/source/misc/swafopt.cxx b/editeng/source/misc/swafopt.cxx index 126a54bb1f90..f37af302d144 100644 --- a/editeng/source/misc/swafopt.cxx +++ b/editeng/source/misc/swafopt.cxx @@ -22,12 +22,11 @@ #include <vcl/keycodes.hxx> SvxSwAutoFormatFlags::SvxSwAutoFormatFlags() - : aBulletFont( "StarSymbol", Size( 0, 14 ) ) + : aBulletFont( u"OpenSymbol"_ustr, Size( 0, 14 ) ) { bAutoCorrect = bCapitalStartSentence = bCapitalStartWord = - bChgUserColl = bChgEnumNum = bAddNonBrkSpace = bChgOrdinalNumber = @@ -36,15 +35,18 @@ SvxSwAutoFormatFlags::SvxSwAutoFormatFlags() bChgToEnEmDash = bChgWeightUnderl = bSetINetAttr = + bSetDOIAttr = bAFormatDelSpacesAtSttEnd = bAFormatDelSpacesBetweenLines = bAFormatByInpDelSpacesAtSttEnd = bAFormatByInpDelSpacesBetweenLines = true; + bChgUserColl = bReplaceStyles = bDelEmptyNode = bWithRedlining = bAutoCmpltEndless = + bSetNumRuleAfterSpace = bAutoCmpltAppendBlank = false; bAutoCmpltShowAsTip = |