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 /include/editeng | |
parent | c5e580abdb7fbd904e07ed0620e7acdbc382125f (diff) |
callcatcher: dropping SwChapterNumRules binary Load/Store has knock-on effect
Change-Id: I2567026af23dd5fc42812b90bd6098c4c74a4f92
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/numitem.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/include/editeng/numitem.hxx b/include/editeng/numitem.hxx index 3b24d564736d..37c9f4ad43c0 100644 --- a/include/editeng/numitem.hxx +++ b/include/editeng/numitem.hxx @@ -118,8 +118,8 @@ private: Color nBulletColor; // Bullet color // mode indicating, if the position and spacing of the list label is - // determined by the former attributes (nFirstLineOffset, nAbsLSpace, - // nLSpace and nCharTextDistance) called position and spacing via label + // determined by the former attributes (nFirstLineOffset, nAbsLSpace + // and nCharTextDistance) called position and spacing via label // width and position (LABEL_WIDTH_AND_POSITION) or by the new attributes // (meLabelFollowedBy, mnListtabPos, mnFirstLineIndent and mnIndentAt) // called position and spacing via label alignment. @@ -130,7 +130,6 @@ private: short nFirstLineOffset; // First line indent short nAbsLSpace; // Distance Border<->Number - short nLSpace; // relative to the previous indentation short nCharTextDistance; // Distance Number<->Text // specifies what follows the list label before the text of the first line @@ -202,8 +201,6 @@ public: SvxNumPositionAndSpaceMode GetPositionAndSpaceMode() const { return mePositionAndSpaceMode;} void SetPositionAndSpaceMode( SvxNumPositionAndSpaceMode ePositionAndSpaceMode ); - void SetLSpace(short nSet) {nLSpace = nSet;} - short GetLSpace() const; void SetAbsLSpace(short nSet) {nAbsLSpace = nSet;} short GetAbsLSpace() const; void SetFirstLineOffset(short nSet) { nFirstLineOffset = nSet;} |