diff options
Diffstat (limited to 'sw/source/uibase/config/uinums.cxx')
-rw-r--r-- | sw/source/uibase/config/uinums.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/config/uinums.cxx b/sw/source/uibase/config/uinums.cxx index 4c33c075b102..ac8ce7a9e9e1 100644 --- a/sw/source/uibase/config/uinums.cxx +++ b/sw/source/uibase/config/uinums.cxx @@ -256,7 +256,7 @@ void SwNumRulesWithName::_SwNumFormatGlobal::ChgNumFormat( SwWrtShell& rSh, if( IsPoolUserFormat( nCharPoolId ) ) { pFormat = rSh.MakeCharFormat( sCharFormatName ); - pFormat->SetAuto(); + pFormat->SetAuto(false); } else pFormat = rSh.GetCharFormatFromPool( nCharPoolId ); |