diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-15 14:04:59 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-15 14:04:59 +0000 |
commit | 2aa12025285949b661fa731b573544fd0457b268 (patch) | |
tree | 262e18bb7f19b234a500650b46e9206c48f97585 /xmloff/source | |
parent | f14ae80ef5dd498149d298a087eeb1046ee840a7 (diff) |
INTEGRATION: CWS oasisbf3 (1.5.62); FILE MERGED
2004/11/05 21:09:12 sab 1.5.62.1: #i36731#; some OASIS changes
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/transform/PropertyActionsOOo.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/xmloff/source/transform/PropertyActionsOOo.cxx b/xmloff/source/transform/PropertyActionsOOo.cxx index a23a8b29b658..56da02afc736 100644 --- a/xmloff/source/transform/PropertyActionsOOo.cxx +++ b/xmloff/source/transform/PropertyActionsOOo.cxx @@ -2,9 +2,9 @@ * * $RCSfile: PropertyActionsOOo.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2004-11-09 12:24:56 $ + * last change: $Author: obo $ $Date: 2004-11-15 15:04:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -887,13 +887,13 @@ XMLTransformerActionInit aTableCellPropertyOOoAttrActionTable[] = NO_PARAMS }, /* generated entry */ { XML_NAMESPACE_STYLE, XML_BORDER_LINE_WIDTH_RIGHT, XML_ATACTION_INCHS2INS, NO_PARAMS }, /* generated entry */ - { XML_NAMESPACE_STYLE, XML_DIAGONAL_BLTR, XML_ATACTION_INCHS2INS, + { XML_NAMESPACE_STYLE, XML_DIAGONAL_BL_TR, XML_ATACTION_INCHS2INS, NO_PARAMS }, /* generated entry */ - { XML_NAMESPACE_STYLE, XML_DIAGONAL_BLTR_WIDTH, XML_ATACTION_INCHS2INS, + { XML_NAMESPACE_STYLE, XML_DIAGONAL_BL_TR_WIDTH, XML_ATACTION_INCHS2INS, NO_PARAMS }, /* generated entry */ - { XML_NAMESPACE_STYLE, XML_DIAGONAL_TLBR, XML_ATACTION_INCHS2INS, + { XML_NAMESPACE_STYLE, XML_DIAGONAL_TL_BR, XML_ATACTION_INCHS2INS, NO_PARAMS }, /* generated entry */ - { XML_NAMESPACE_STYLE, XML_DIAGONAL_TLBR_WIDTH, XML_ATACTION_INCHS2INS, + { XML_NAMESPACE_STYLE, XML_DIAGONAL_TL_BR_WIDTH, XML_ATACTION_INCHS2INS, NO_PARAMS }, /* generated entry */ { XML_NAMESPACE_FO, XML_PADDING, XML_ATACTION_INCH2IN, NO_PARAMS }, /* generated entry */ |