diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-05-18 14:05:21 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-05-18 14:05:21 +0000 |
commit | 48e88205884cfad15a068da2a2b61da346190612 (patch) | |
tree | bafb9ebc274e48f2e69ee3fafcc703841fbef28a /xmloff | |
parent | ae9429cfdbb7a827c291359c16eed21ae48b8dd2 (diff) |
INTEGRATION: CWS swautowidth (1.101.148); FILE MERGED
2004/04/27 08:20:27 fme 1.101.148.2: RESYNC: (1.101-1.102); FILE MERGED
2004/04/07 16:40:16 dvo 1.101.148.1: #i27203# load/save fo:min-width
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/txtimp.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/text/txtimp.cxx b/xmloff/source/text/txtimp.cxx index c4329d8a2b0c..672e1ec0c71d 100644 --- a/xmloff/source/text/txtimp.cxx +++ b/xmloff/source/text/txtimp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: txtimp.cxx,v $ * - * $Revision: 1.102 $ + * $Revision: 1.103 $ * - * last change: $Author: rt $ $Date: 2004-03-30 16:18:19 $ + * last change: $Author: kz $ $Date: 2004-05-18 15:05:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -490,6 +490,7 @@ static __FAR_DATA SvXMLTokenMapEntry aTextFrameAttrTokenMap[] = { XML_NAMESPACE_SVG, XML_X, XML_TOK_TEXT_FRAME_X }, { XML_NAMESPACE_SVG, XML_Y, XML_TOK_TEXT_FRAME_Y }, { XML_NAMESPACE_SVG, XML_WIDTH, XML_TOK_TEXT_FRAME_WIDTH }, + { XML_NAMESPACE_FO, XML_MIN_WIDTH, XML_TOK_TEXT_FRAME_MIN_WIDTH }, { XML_NAMESPACE_STYLE, XML_REL_WIDTH, XML_TOK_TEXT_FRAME_REL_WIDTH }, { XML_NAMESPACE_SVG, XML_HEIGHT, XML_TOK_TEXT_FRAME_HEIGHT }, { XML_NAMESPACE_FO, XML_MIN_HEIGHT, XML_TOK_TEXT_FRAME_MIN_HEIGHT }, |