summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-20 08:39:40 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-20 08:39:40 +0000
commit2aa6fd2f4a70839a95ab70b4cb4b2ea28a91f6b4 (patch)
tree1442d4fcbc5275f76e6af6a582cdedaaafaaef12 /xmloff
parent541183662f16f0405d621e320e4cdf50b46c42f2 (diff)
INTEGRATION: CWS aig05 (1.70.38); FILE MERGED
2003/06/16 12:41:22 fme 1.70.38.2: RESYNC: (1.70-1.71); FILE MERGED 2003/05/27 12:30:54 dvo 1.70.38.1: #109700# load/save section margins
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/txtprmap.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/source/text/txtprmap.cxx b/xmloff/source/text/txtprmap.cxx
index 3abd94a1e36b..8a4acbd00779 100644
--- a/xmloff/source/text/txtprmap.cxx
+++ b/xmloff/source/text/txtprmap.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: txtprmap.cxx,v $
*
- * $Revision: 1.71 $
+ * $Revision: 1.72 $
*
- * last change: $Author: rt $ $Date: 2003-05-27 16:06:56 $
+ * last change: $Author: vg $ $Date: 2003-06-20 09:39:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -749,6 +749,9 @@ XMLPropertyMapEntry aXMLSectionPropMap[] =
M_E( "WritingMode", STYLE, WRITING_MODE, XML_TYPE_TEXT_WRITING_MODE_WITH_DEFAULT, 0 ),
+ M_E( "SectionLeftMargin", FO, MARGIN_LEFT, XML_TYPE_MEASURE, 0),
+ M_E( "SectionRightMargin", FO, MARGIN_RIGHT, XML_TYPE_MEASURE, 0),
+
// section footnote settings
M_E( "FootnoteIsOwnNumbering", TEXT, _EMPTY, MID_FLAG_SPECIAL_ITEM|XML_TYPE_BOOL, CTF_SECTION_FOOTNOTE_NUM_OWN ),
M_E( "FootnoteIsRestartNumbering", TEXT, _EMPTY, MID_FLAG_SPECIAL_ITEM|XML_TYPE_BOOL, CTF_SECTION_FOOTNOTE_NUM_RESTART ),