summaryrefslogtreecommitdiff
path: root/sw/inc/numrule.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-04-07 11:42:39 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-04-07 11:42:39 +0000
commit4470d4a3c365b2f6defe691a8c3379d9a07fff13 (patch)
treefda9a8fed19bbf329fabd05ccf3f7203518f8d7f /sw/inc/numrule.hxx
parent9ff9563e8a3224970944098a5093c18246aaa362 (diff)
INTEGRATION: CWS swnum02 (1.10.132); FILE MERGED
2004/03/24 16:36:11 hbrinkm 1.10.132.3: RESYNC: (1.10-1.11); FILE MERGED 2004/03/03 14:04:50 hbrinkm 1.10.132.2: #i23726# 2004/02/20 14:00:16 hbrinkm 1.10.132.1: #i23726#,#i23725#
Diffstat (limited to 'sw/inc/numrule.hxx')
-rw-r--r--sw/inc/numrule.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx
index e26221fca50b..2dc5d9dbe073 100644
--- a/sw/inc/numrule.hxx
+++ b/sw/inc/numrule.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: numrule.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: rt $ $Date: 2004-03-30 16:03:37 $
+ * last change: $Author: hr $ $Date: 2004-04-07 12:42:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -250,6 +250,10 @@ public:
void SetSvxRule(const SvxNumRule&, SwDoc* pDoc);
SvxNumRule MakeSvxNumRule() const;
+ // #i23726#, #i23725#
+ void Indent(short aAmount, int nLevel = -1,
+ int nReferenceLevel = -1, BOOL bRelative = TRUE,
+ BOOL bFirstLine = TRUE, BOOL bCheckGtZero = TRUE);
};