diff options
author | Oliver Specht <os@openoffice.org> | 2001-02-14 07:51:26 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-02-14 07:51:26 +0000 |
commit | 2bfccba45498a0b4d1132aac854be0e1c2c542c4 (patch) | |
tree | 17a66fd21481d12f352fc6286176fc07a5eb2942 /sw/inc/unomid.h | |
parent | 4b920e0b45a42c55503dc03a7297733fb2cfb2a3 (diff) |
#83262# footnote properties in page style
Diffstat (limited to 'sw/inc/unomid.h')
-rw-r--r-- | sw/inc/unomid.h | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sw/inc/unomid.h b/sw/inc/unomid.h index 199ee8909146..a63bb5e14b28 100644 --- a/sw/inc/unomid.h +++ b/sw/inc/unomid.h @@ -2,9 +2,9 @@ * * $RCSfile: unomid.h,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mib $ $Date: 2001-01-15 11:00:22 $ + * last change: $Author: os $ $Date: 2001-02-14 08:51:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -135,4 +135,12 @@ #define MID_PREFIX 5 #define MID_SUFFIX 6 +//page style footnote +#define MID_FTN_HEIGHT 0 +#define MID_LINE_WEIGHT 1 +#define MID_LINE_COLOR 2 +#define MID_LINE_RELWIDTH 3 +#define MID_LINE_ADJUST 4 +#define MID_LINE_TEXT_DIST 5 +#define MID_LINE_FOOTNOTE_DIST 6 #endif |