summaryrefslogtreecommitdiff
path: root/sw/inc/numrule.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-03-30 15:03:37 +0000
committerRüdiger Timm <rt@openoffice.org>2004-03-30 15:03:37 +0000
commit4bf521529edb9ded3fdfbdfbec9d047bbd39d57f (patch)
tree2f9aa6f81dc8770bc8983df3f770e9ea1d97d113 /sw/inc/numrule.hxx
parentfb72dee98f45ad09e00093c4b048ba306c3d7075 (diff)
INTEGRATION: CWS num03 (1.10.182); FILE MERGED
2004/03/15 17:57:20 hbrinkm 1.10.182.2: RESYNC: (1.10-1.11); FILE MERGED 2004/03/15 16:49:42 hbrinkm 1.10.182.1: #115901#
Diffstat (limited to 'sw/inc/numrule.hxx')
-rw-r--r--sw/inc/numrule.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx
index a607edb1b4e2..e26221fca50b 100644
--- a/sw/inc/numrule.hxx
+++ b/sw/inc/numrule.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: numrule.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: hr $ $Date: 2004-03-08 12:23:17 $
+ * last change: $Author: rt $ $Date: 2004-03-30 16:03:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -228,6 +228,9 @@ public:
BOOL IsAbsSpaces() const { return bAbsSpaces; }
void SetAbsSpaces( BOOL bFlag ) { bAbsSpaces = bFlag; }
+ // #115901#
+ BOOL IsOutlineRule() const { return eRuleType == OUTLINE_RULE; }
+
// erfragen und setzen der Poolvorlagen-Id's
USHORT GetPoolFmtId() const { return nPoolFmtId; }
void SetPoolFmtId( USHORT nId ) { nPoolFmtId = nId; }