diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-11-11 13:44:51 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-11 15:22:10 +0000 |
commit | 9bdce3517d8c6631f4265d7dde77671baebb0c4e (patch) | |
tree | d0dd48f4cbac8a463b6cbc358f5a5428bd8e1640 /sd | |
parent | c5e580abdb7fbd904e07ed0620e7acdbc382125f (diff) |
callcatcher: dropping SwChapterNumRules binary Load/Store has knock-on effect
Change-Id: I2567026af23dd5fc42812b90bd6098c4c74a4f92
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/core/drawdoc4.cxx | 2 | ||||
-rw-r--r-- | sd/source/core/stlpool.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/view/drtxtob1.cxx | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/sd/source/core/drawdoc4.cxx b/sd/source/core/drawdoc4.cxx index 1c8a296b7511..a081fa036c77 100644 --- a/sd/source/core/drawdoc4.cxx +++ b/sd/source/core/drawdoc4.cxx @@ -1224,7 +1224,6 @@ void SdDrawDocument::SetTextDefaults() const SvxNumRule aNumRule( NUM_BULLET_REL_SIZE|NUM_BULLET_COLOR|NUM_CHAR_TEXT_DISTANCE, SVX_MAX_NUM, false); - //aNumberFormat.SetLSpace( 0 ); //aNumberFormat.SetAbsLSpace( 0 ); //aNumberFormat.SetFirstLineOffset( 0 ); //aNumRule.SetLevel( 0, aNumberFormat ); @@ -1232,7 +1231,6 @@ void SdDrawDocument::SetTextDefaults() const for( sal_uInt16 i = 0; i < aNumRule.GetLevelCount(); i++ ) { const short nLSpace = (i + 1) * 600; - aNumberFormat.SetLSpace(nLSpace); aNumberFormat.SetAbsLSpace(nLSpace); aNumberFormat.SetFirstLineOffset(-600); aNumRule.SetLevel( i, aNumberFormat ); diff --git a/sd/source/core/stlpool.cxx b/sd/source/core/stlpool.cxx index 512df9c78e3e..cdd1aee7ad6f 100644 --- a/sd/source/core/stlpool.cxx +++ b/sd/source/core/stlpool.cxx @@ -1051,7 +1051,6 @@ void SdStyleSheetPool::setDefaultOutlineNumberFormatBulletAndIndent(sal_uInt16 i rNumberFormat.SetBulletChar( 0x25CF ); // StarBats: 0xF000 + 34 rNumberFormat.SetBulletRelSize(45); const short nLSpace = (i + 1) * 1200; - rNumberFormat.SetLSpace(nLSpace); rNumberFormat.SetAbsLSpace(nLSpace); short nFirstLineOffset = -600; @@ -1114,7 +1113,6 @@ void SdStyleSheetPool::PutNumBulletItem( SfxStyleSheetBase* pSheet, for( sal_uInt16 i = 0; i < aNumRule.GetLevelCount(); i++ ) { const short nLSpace = (i + 1) * 600; - aNumberFormat.SetLSpace(nLSpace); aNumberFormat.SetAbsLSpace(nLSpace); aNumberFormat.SetFirstLineOffset(-600); aNumRule.SetLevel( i, aNumberFormat ); diff --git a/sd/source/ui/view/drtxtob1.cxx b/sd/source/ui/view/drtxtob1.cxx index 2cf2594be488..c38924b1d378 100644 --- a/sd/source/ui/view/drtxtob1.cxx +++ b/sd/source/ui/view/drtxtob1.cxx @@ -371,7 +371,6 @@ void TextObjectBar::Execute( SfxRequest &rReq ) else { aFmt.SetNumberingType(SVX_NUM_NUMBER_NONE); - aFmt.SetLSpace(0); aFmt.SetAbsLSpace(0); aFmt.SetFirstLineOffset(0); } |