diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-03 15:43:14 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-03 15:43:14 +0000 |
commit | dc7530223b77bdf9cf3df62fa096db165ed5d33b (patch) | |
tree | 0bb7e4365418213d07ff8a26eccfc9b94f90762a | |
parent | e63dd5efe9187213259efd92827bfe319f4b458e (diff) |
INTEGRATION: CWS impress14 (1.5.34); FILE MERGED
2004/10/13 15:39:16 cl 1.5.34.1: #i25173# swap auto-grow-width and auto-grow-hight
-rw-r--r-- | xmloff/source/transform/PropertyActionsOASIS.cxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/xmloff/source/transform/PropertyActionsOASIS.cxx b/xmloff/source/transform/PropertyActionsOASIS.cxx index 6f68652ca21c..b1621512d0d7 100644 --- a/xmloff/source/transform/PropertyActionsOASIS.cxx +++ b/xmloff/source/transform/PropertyActionsOASIS.cxx @@ -2,9 +2,9 @@ * * $RCSfile: PropertyActionsOASIS.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2004-08-20 08:17:28 $ + * last change: $Author: rt $ $Date: 2004-11-03 16:43:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -201,6 +201,12 @@ XMLTransformerActionInit aGraphicPropertyOASISAttrActionTable[] = XML_FAMILY_TYPE_HATCH, 0 }, { XML_NAMESPACE_DRAW, XML_FILL_IMAGE_NAME, XML_ATACTION_DECODE_STYLE_NAME_REF, XML_FAMILY_TYPE_FILL_IMAGE, 0 }, + { XML_NAMESPACE_DRAW, XML_AUTO_GROW_WIDTH, XML_ATACTION_RENAME, + XMLTransformerActionInit::QNameParam( XML_NAMESPACE_DRAW, + XML_AUTO_GROW_HEIGHT ), 0 }, + { XML_NAMESPACE_DRAW, XML_AUTO_GROW_HEIGHT, XML_ATACTION_RENAME, + XMLTransformerActionInit::QNameParam( XML_NAMESPACE_DRAW, + XML_AUTO_GROW_WIDTH ), 0 }, { XML_NAMESPACE_OFFICE, XML_TOKEN_INVALID, XML_ATACTION_EOT, NO_PARAMS } }; |