summaryrefslogtreecommitdiff
path: root/sw/inc/numrule.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-10 12:16:59 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-10 12:16:59 +0000
commit965f1446b3018eef6ed5633e2e37bc9a7c801d14 (patch)
tree29fed63571020a2779cb12a095267a5790ec830d /sw/inc/numrule.hxx
parent2b96006c0f0b80c3a769de259e7f57242217ea29 (diff)
INTEGRATION: CWS sw015 (1.7.202); FILE MERGED
2003/05/19 12:40:03 hbrinkm 1.7.202.1: #109308# SwNumRule::SetNumAdjust
Diffstat (limited to 'sw/inc/numrule.hxx')
-rw-r--r--sw/inc/numrule.hxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx
index 5609c9e49258..befda665fb24 100644
--- a/sw/inc/numrule.hxx
+++ b/sw/inc/numrule.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: numrule.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: cmc $ $Date: 2002-11-18 14:02:33 $
+ * last change: $Author: vg $ $Date: 2003-06-10 13:16:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -234,6 +234,13 @@ public:
BYTE GetPoolHlpFileId() const { return nPoolHlpFileId; }
void SetPoolHlpFileId( BYTE nId ) { nPoolHlpFileId = nId; }
+ /**
+ #109308# Sets adjustment in all formats of the numbering rule.
+
+ @param eNum adjustment to be set
+ */
+ void SetNumAdjust(SvxAdjust eNum);
+
void SetSvxRule(const SvxNumRule&, SwDoc* pDoc);
SvxNumRule MakeSvxNumRule() const;
};