summaryrefslogtreecommitdiff
path: root/editeng/inc
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-04-04 21:11:26 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-04-06 20:10:51 +0200
commit837aa67861275dd56831cbba03a989b5ad71db4b (patch)
tree9abd6318ef4a2179c2b3f1e3201f4a5c21fd0dd5 /editeng/inc
parentd6bc02f8c4cd0f50f0a2631ac7634dab408efc1f (diff)
reduce overzealous naming
Diffstat (limited to 'editeng/inc')
-rw-r--r--editeng/inc/editeng/numitem.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/editeng/inc/editeng/numitem.hxx b/editeng/inc/editeng/numitem.hxx
index cf7d34409056..a6ef8e64e336 100644
--- a/editeng/inc/editeng/numitem.hxx
+++ b/editeng/inc/editeng/numitem.hxx
@@ -109,7 +109,7 @@ public:
LABEL_WIDTH_AND_POSITION,
LABEL_ALIGNMENT
};
- enum SvxNumLabelFollowedBy
+ enum LabelFollowedBy
{
LISTTAB,
SPACE,
@@ -147,7 +147,7 @@ private:
// specifies what follows the list label before the text of the first line
// of the list item starts
- SvxNumLabelFollowedBy meLabelFollowedBy;
+ LabelFollowedBy meLabelFollowedBy;
// specifies an additional list tab stop position for meLabelFollowedBy = LISTTAB
long mnListtabPos;
// specifies the first line indent
@@ -224,8 +224,8 @@ public:
void SetCharTextDistance(short nSet) { nCharTextDistance = nSet; }
short GetCharTextDistance() const;
- void SetLabelFollowedBy( const SvxNumLabelFollowedBy eLabelFollowedBy );
- SvxNumLabelFollowedBy GetLabelFollowedBy() const;
+ void SetLabelFollowedBy( const LabelFollowedBy eLabelFollowedBy );
+ LabelFollowedBy GetLabelFollowedBy() const;
void SetListtabPos( const long nListtabPos );
long GetListtabPos() const;
void SetFirstLineIndent( const long nFirstLineIndent );