diff options
author | Michael Brauer <mib@openoffice.org> | 2001-05-10 09:09:49 +0000 |
---|---|---|
committer | Michael Brauer <mib@openoffice.org> | 2001-05-10 09:09:49 +0000 |
commit | 939c6ceda0fdedbaba3daab7869c6cf494224386 (patch) | |
tree | a23ca2e74523bbc031336e58c97000e9d2c98a17 /xmloff/source/text | |
parent | 9e4dad942e5fb752d042878fd7ae4d7ff5264ef6 (diff) |
draw-aspect for ole objects
Diffstat (limited to 'xmloff/source/text')
-rw-r--r-- | xmloff/source/text/txtprhdl.cxx | 6 | ||||
-rw-r--r-- | xmloff/source/text/txtprmap.cxx | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/xmloff/source/text/txtprhdl.cxx b/xmloff/source/text/txtprhdl.cxx index 16112015b622..e6501c1da398 100644 --- a/xmloff/source/text/txtprhdl.cxx +++ b/xmloff/source/text/txtprhdl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: txtprhdl.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: dvo $ $Date: 2001-04-27 10:55:29 $ + * last change: $Author: mib $ $Date: 2001-05-10 10:09:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1412,8 +1412,10 @@ const XMLPropertyHandler *XMLTextPropertyHandlerFactory_Impl::GetPropertyHandler pHdl = new XMLNamedBoolPropertyHdl( OUString( RTL_CONSTASCII_USTRINGPARAM( sXML_fixed ) ), OUString( RTL_CONSTASCII_USTRINGPARAM( sXML_line_height ) ) ); + break; case XML_TYPE_TEXT_VERTICAL_ALIGN: pHdl = new XMLConstantsPropertyHandler( pXML_VerticalAlign_Enum, 0 ); + break; } return pHdl; diff --git a/xmloff/source/text/txtprmap.cxx b/xmloff/source/text/txtprmap.cxx index ff5975768016..a8a74495370d 100644 --- a/xmloff/source/text/txtprmap.cxx +++ b/xmloff/source/text/txtprmap.cxx @@ -2,9 +2,9 @@ * * $RCSfile: txtprmap.cxx,v $ * - * $Revision: 1.47 $ + * $Revision: 1.48 $ * - * last change: $Author: mib $ $Date: 2001-05-04 09:50:32 $ + * last change: $Author: mib $ $Date: 2001-05-10 10:09:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -647,7 +647,7 @@ XMLPropertyMapEntry aXMLFramePropMap[] = M_E( "", DRAW, visible_area_top, XML_TYPE_MEASURE|MID_FLAG_NO_PROPERTY, CTF_OLE_VIS_AREA_TOP ), M_E( "", DRAW, visible_area_width, XML_TYPE_MEASURE|MID_FLAG_NO_PROPERTY, CTF_OLE_VIS_AREA_WIDTH ), M_E( "", DRAW, visible_area_height, XML_TYPE_MEASURE|MID_FLAG_NO_PROPERTY, CTF_OLE_VIS_AREA_HEIGHT ), - M_E( "", DRAW, draw_aspect, XML_TYPE_NUMBER16|MID_FLAG_NO_PROPERTY, CTF_OLE_DRAW_ASPECT ), + M_E( "", DRAW, draw_aspect, XML_TYPE_TEXT_DRAW_ASPECT|MID_FLAG_NO_PROPERTY, CTF_OLE_DRAW_ASPECT ), M_E( "UserDefinedAttributes", TEXT, xmlns, XML_TYPE_ATTRIBUTE_CONTAINER | MID_FLAG_SPECIAL_ITEM, 0 ), { 0, 0, 0, 0 } |