diff options
Diffstat (limited to 'editeng/source/misc/swafopt.cxx')
-rw-r--r-- | editeng/source/misc/swafopt.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editeng/source/misc/swafopt.cxx b/editeng/source/misc/swafopt.cxx index 63fb473dc9eb..0ac6368c28a7 100644 --- a/editeng/source/misc/swafopt.cxx +++ b/editeng/source/misc/swafopt.cxx @@ -40,13 +40,13 @@ SvxSwAutoFmtFlags::SvxSwAutoFmtFlags() bAFmtDelSpacesBetweenLines = bAFmtByInpDelSpacesAtSttEnd = bAFmtByInpDelSpacesBetweenLines = - bDummy = sal_True; + bDummy = true; bReplaceStyles = bDelEmptyNode = bWithRedlining = bAutoCmpltEndless = - bAutoCmpltAppendBlanc = sal_False; + bAutoCmpltAppendBlanc = false; bAutoCmpltShowAsTip = bSetBorder = @@ -56,10 +56,10 @@ SvxSwAutoFmtFlags::SvxSwAutoFmtFlags() bRightMargin = bAutoCompleteWords = bAutoCmpltCollectWords = - bAutoCmpltKeepList = sal_True; + bAutoCmpltKeepList = true; bDummy6 = bDummy7 = bDummy8 = - sal_False; + false; nRightMargin = 50; // dflt. 50 % nAutoCmpltExpandKey = KEY_RETURN; |