diff options
author | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-03-17 17:40:11 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-03-19 15:33:13 +0100 |
commit | 157c996a329d8c8989ea43284ba0cca727cf0dde (patch) | |
tree | d37553af466fc47c212a720e76ce8ebc8884bfda /sw/inc/unomid.h | |
parent | 481e04cd43701e6f760715e1c22000707f63ce32 (diff) |
i#12441: Fixed line style in footnote format GUI and saved it to ODF
Diffstat (limited to 'sw/inc/unomid.h')
-rw-r--r-- | sw/inc/unomid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/unomid.h b/sw/inc/unomid.h index d32ab9d329b7..92b132e480ab 100644 --- a/sw/inc/unomid.h +++ b/sw/inc/unomid.h @@ -118,6 +118,7 @@ #define MID_LINE_ADJUST 4 #define MID_LINE_TEXT_DIST 5 #define MID_LINE_FOOTNOTE_DIST 6 +#define MID_FTN_LINE_STYLE 7 //SwFmtRuby #define MID_RUBY_TEXT 0 |