diff options
author | Michael Stahl <mst@openoffice.org> | 2011-02-08 17:04:14 +0100 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2011-02-08 17:04:14 +0100 |
commit | 4446ca597cd26368a95b9ff609c0545db6c4011e (patch) | |
tree | 56ac70b86978578af1b6e11fdf6d4256a72235b9 | |
parent | d0a784e4300d582d0d478038758c1eb3b4a037c1 (diff) |
sw34bf03: #i116555#: PropertyActionsOOo.cxx: ignore fo:wrap-option
-rw-r--r-- | xmloff/source/transform/PropertyActionsOOo.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmloff/source/transform/PropertyActionsOOo.cxx b/xmloff/source/transform/PropertyActionsOOo.cxx index bb3e66ff13b6..0fad3b20ae39 100644 --- a/xmloff/source/transform/PropertyActionsOOo.cxx +++ b/xmloff/source/transform/PropertyActionsOOo.cxx @@ -649,6 +649,8 @@ XMLTransformerActionInit aTextPropertyOOoAttrActionTable[] = NO_PARAMS }, /* #i113645# */ { XML_NAMESPACE_STYLE, XML_TEXT_OVERLINE_COLOR, XML_ATACTION_REMOVE, NO_PARAMS }, /* #i113645# */ + { XML_NAMESPACE_FO, XML_WRAP_OPTION, XML_ATACTION_REMOVE, + NO_PARAMS }, /* #i116555# */ { XML_NAMESPACE_OFFICE, XML_TOKEN_INVALID, XML_ATACTION_EOT, NO_PARAMS } }; |