summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-09-01 10:56:44 +0000
committerOliver Bolte <obo@openoffice.org>2003-09-01 10:56:44 +0000
commitb9f62255a731d5b7d0e7091bd031d93d63c09ece (patch)
tree4748ddefd34d0f6c69ce4352f3895f78795cba06 /xmloff
parent3a3060c0b3fa6f02b75c00e5cfda26bed8af0e70 (diff)
INTEGRATION: CWS sj02 (1.60.62); FILE MERGED
2003/07/28 15:17:44 sj 1.60.62.1: #i15927# PowerPoint import: added font independent linespacing
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/sdpropls.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/draw/sdpropls.cxx b/xmloff/source/draw/sdpropls.cxx
index 9af62608b233..24bd31ea5016 100644
--- a/xmloff/source/draw/sdpropls.cxx
+++ b/xmloff/source/draw/sdpropls.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sdpropls.cxx,v $
*
- * $Revision: 1.60 $
+ * $Revision: 1.61 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 18:20:14 $
+ * last change: $Author: obo $ $Date: 2003-09-01 11:56:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -285,6 +285,7 @@ const XMLPropertyMapEntry aXMLSDProperties[] =
MAP( "TextWritingMode", XML_NAMESPACE_DRAW, XML_WRITING_MODE, XML_SD_TYPE_WRITINGMODE, CTF_WRITINGMODE ),
MAP( "NumberingRules", XML_NAMESPACE_TEXT, XML_LIST_STYLE, XML_SD_TYPE_NUMBULLET|MID_FLAG_ELEMENT_ITEM, CTF_NUMBERINGRULES ),
MAP( "NumberingRules", XML_NAMESPACE_TEXT, XML_LIST_STYLE_NAME, XML_TYPE_STRING, CTF_SD_NUMBERINGRULES_NAME ),
+ MAP( "FontIndependentLineSpacing", XML_NAMESPACE_DRAW, XML_FONT_INDEPENDENT_LINE_SPACING, XML_TYPE_BOOL, 0 ),
// shadow attributes
MAP( "Shadow", XML_NAMESPACE_DRAW, XML_SHADOW, XML_SD_TYPE_SHADOW, 0 ),