summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-05-02 16:55:25 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-05-02 16:55:25 +0000
commitd26a344c05607fe1cf8f5e5cc95a331048946364 (patch)
tree62171861581db2d2263b4f18853e70ae2b0c9528 /xmloff
parent406e2caff804407440024162e6074ab79af17387 (diff)
#85534# renamed property in text property map
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/txtprmap.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/txtprmap.cxx b/xmloff/source/text/txtprmap.cxx
index 1666b6bea484..bc00b5a69397 100644
--- a/xmloff/source/text/txtprmap.cxx
+++ b/xmloff/source/text/txtprmap.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: txtprmap.cxx,v $
*
- * $Revision: 1.45 $
+ * $Revision: 1.46 $
*
- * last change: $Author: mib $ $Date: 2001-04-30 09:10:38 $
+ * last change: $Author: dvo $ $Date: 2001-05-02 17:55:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -264,7 +264,7 @@ XMLPropertyMapEntry aXMLParaPropMap[] =
M_E( "ParaFirstLineIndent", FO, text_indent, XML_TYPE_MEASURE|MID_FLAG_MULTI_PROPERTY, CTF_PARAFIRSTLINE ),
M_E( "ParaFirstLineIndentRelative", FO, text_indent, XML_TYPE_PERCENT, CTF_PARAFIRSTLINE_REL ),
- M_E( "ParaLastLineAdjust", STYLE, auto_text_indent, XML_TYPE_BOOL, 0 ),
+ M_E( "ParaIsAutoFirstLineIndent", STYLE, auto_text_indent, XML_TYPE_BOOL, 0 ),
// RES_PAGEDESC
M_E( "PageDescName", STYLE, master_page_name, MID_FLAG_SPECIAL_ITEM|XML_TYPE_STRING, CTF_PAGEDESCNAME ),
M_E( "PageNumberOffset", STYLE, page_number, XML_TYPE_NUMBER16, 0 ),