diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-13 06:55:19 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-13 06:55:19 +0000 |
commit | 7747d0af83b9f7d42912735fdbaef52e5a243dab (patch) | |
tree | 5f9450c71b9b912cef6ae2fa7c5ae45c47022798 /xmloff/inc | |
parent | 97dc1b332b42f1f93a81632f429d2dcb6347bd3a (diff) |
INTEGRATION: CWS oasis (1.3.286); FILE MERGED
2004/05/24 12:44:21 mib 1.3.286.1: - #i20153#: some attributes renamed
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/XMLLineNumberingImportContext.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/inc/XMLLineNumberingImportContext.hxx b/xmloff/inc/XMLLineNumberingImportContext.hxx index 977a46117c86..38dded476061 100644 --- a/xmloff/inc/XMLLineNumberingImportContext.hxx +++ b/xmloff/inc/XMLLineNumberingImportContext.hxx @@ -2,9 +2,9 @@ * * $RCSfile: XMLLineNumberingImportContext.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: dvo $ $Date: 2001-01-25 11:35:25 $ + * last change: $Author: rt $ $Date: 2004-07-13 07:55:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,7 +84,7 @@ enum LineNumberingToken XML_TOK_LINENUMBERING_STYLE_NAME, XML_TOK_LINENUMBERING_NUMBER_LINES, XML_TOK_LINENUMBERING_COUNT_EMPTY_LINES, - XML_TOK_LINENUMBERING_COUNT_IN_FLOATING_FRAMES, + XML_TOK_LINENUMBERING_COUNT_IN_TEXT_BOXES, XML_TOK_LINENUMBERING_RESTART_NUMBERING, XML_TOK_LINENUMBERING_OFFSET, XML_TOK_LINENUMBERING_NUM_FORMAT, |