summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-08-04 14:36:46 +0200
committerMichael Stahl <mst@openoffice.org>2010-08-04 14:36:46 +0200
commitd623b4e513183aa9f6ea8f13a2c3a8626c124b0d (patch)
treee331cfa4560930e42f7c2fe30a6f16437e00b817 /xmloff
parentbe14de675d69009d540394fa1f503d800a2cf85a (diff)
sw34bf01: #i113645#: PropertyActionsOOo.cxx:
add TEXT_OVERLINE_{STYLE,COLOR} to aTextPropertyOOoAttrActionTable.
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/transform/PropertyActionsOOo.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/xmloff/source/transform/PropertyActionsOOo.cxx b/xmloff/source/transform/PropertyActionsOOo.cxx
index 34b5ef85560b..bb3e66ff13b6 100644
--- a/xmloff/source/transform/PropertyActionsOOo.cxx
+++ b/xmloff/source/transform/PropertyActionsOOo.cxx
@@ -645,6 +645,10 @@ XMLTransformerActionInit aTextPropertyOOoAttrActionTable[] =
NO_PARAMS }, /* generated entry */
{ XML_NAMESPACE_FO, XML_HYPHENATION_PUSH_CHAR_COUNT, XML_ATACTION_COPY,
NO_PARAMS }, /* generated entry */
+ { XML_NAMESPACE_STYLE, XML_TEXT_OVERLINE_STYLE, XML_ATACTION_REMOVE,
+ NO_PARAMS }, /* #i113645# */
+ { XML_NAMESPACE_STYLE, XML_TEXT_OVERLINE_COLOR, XML_ATACTION_REMOVE,
+ NO_PARAMS }, /* #i113645# */
{ XML_NAMESPACE_OFFICE, XML_TOKEN_INVALID, XML_ATACTION_EOT, NO_PARAMS }
};