diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2011-02-28 16:55:36 +0100 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2011-02-28 16:55:36 +0100 |
commit | a0e99ecace0b744ae75c9f2fbcde9990a2b6faa4 (patch) | |
tree | a7317e22308eb63d2002dc1c1a406a3552370f92 /sd | |
parent | f2aeec8f22f37146c2f9120e8d0ead383049c1fa (diff) | |
parent | bcc28239b8bbb249ef58331e0cc6f0850781c044 (diff) |
CWS-TOOLING: integrate CWS sw34bf03
Diffstat (limited to 'sd')
-rwxr-xr-x | sd/source/core/stlpool.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/source/core/stlpool.cxx b/sd/source/core/stlpool.cxx index 52b9723bc178..a2abfd199fe9 100755 --- a/sd/source/core/stlpool.cxx +++ b/sd/source/core/stlpool.cxx @@ -1060,6 +1060,9 @@ void SdStyleSheetPool::PutNumBulletItem( SfxStyleSheetBase* pSheet, { SvxNumberFormat aFrmt( pDefaultRule->GetLevel(i) ); aFrmt.SetNumberingType(SVX_NUM_CHAR_SPECIAL); + // #i93908# clear suffix for bullet lists + aFrmt.SetPrefix(::rtl::OUString()); + aFrmt.SetSuffix(::rtl::OUString()); aFrmt.SetStart(1); aFrmt.SetBulletRelSize(45); aFrmt.SetBulletChar( 0x25CF ); // StarBats: 0xF000 + 34 |