summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-07-31 08:30:39 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-07-31 15:23:19 +0200
commit0f195db61d3df5e34b82318115152a1103be17b9 (patch)
tree1cc4c01c583a5bfb0ef12734c187d1f7c2e3bd34
parent5a9fe1d80ea977c439dd10ee2056abe6b0cb4d07 (diff)
Fix typo
Change-Id: I75b3562ac1710c4eed32b916382ec4fff7ce7041 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137644 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--xmloff/source/transform/ElemTransformerAction.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/transform/ElemTransformerAction.hxx b/xmloff/source/transform/ElemTransformerAction.hxx
index abd29f2fb831..010db62ece15 100644
--- a/xmloff/source/transform/ElemTransformerAction.hxx
+++ b/xmloff/source/transform/ElemTransformerAction.hxx
@@ -37,7 +37,7 @@ enum XMLElemTransformerAction
XML_ETACTION_RENAME_ELEM_PROC_ATTRS,// rename element and proc attr:
// - param1: elem namespace +
// token of local name
- // - param2: attr acation map
+ // - param2: attr action map
XML_ETACTION_RENAME_ELEM_ADD_ATTR, // rename element and add attr:
// - param1: elem namespace +
// token of local name
@@ -55,11 +55,11 @@ enum XMLElemTransformerAction
// if child of another:
// - param1: elem namespace +
// token of new local name
- // - param2: attr acation map
+ // - param2: attr action map
// - param3: namespace +
// token of parent element
XML_ETACTION_PROC_ATTRS, // proc attr:
- // - param1: attr acation map
+ // - param1: attr action map
XML_ETACTION_MOVE_ATTRS_TO_ELEMS, // turn some attributes into elems
// - param1: action map specifying
// the attrs that shall be moved
@@ -69,7 +69,7 @@ enum XMLElemTransformerAction
XML_ETACTION_PROC_ATTRS_COND, // proc attr if child of another:
// - param1: namespace +
// token of parent element
- // - param2: attr acation map
+ // - param2: attr action map
XML_ETACTION_EXTRACT_CHARACTERS, // takes the characters of the current
// element and all child elements
// and put them together into the