diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-05-26 13:32:13 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-05-27 10:12:35 +0200 |
commit | 6e36ec6706260ea82f72b4a32b55d69fde3aa48c (patch) | |
tree | d6d52db33afb33c5ab4677576a5cbf5b7db64a55 /xmloff | |
parent | 91cd384e8fb77db88bf75a9fc3b3213724cfc36d (diff) |
Fix typos
Change-Id: I907e5dbcd7c62344c2c76fe2fdaf1b18ecfecee1
Reviewed-on: https://gerrit.libreoffice.org/54838
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/transform/Oasis2OOo.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/transform/Oasis2OOo.cxx b/xmloff/source/transform/Oasis2OOo.cxx index 555cafc04576..8cd00689caa9 100644 --- a/xmloff/source/transform/Oasis2OOo.cxx +++ b/xmloff/source/transform/Oasis2OOo.cxx @@ -227,7 +227,7 @@ static XMLTransformerActionInit aActionTable[] = // process <test:list>'s text:style-name attributes // rename <text:list> to <text:ordered-list> or <text:unordered-list> - // TODO: All list currenty are renamed to <text:ordered-list> + // TODO: All list currently are renamed to <text:ordered-list> ENTRY2QN( TEXT, LIST, XML_ETACTION_RENAME_ELEM_PROC_ATTRS, XML_NAMESPACE_TEXT, XML_ORDERED_LIST, OASIS_LIST_STYLE_REF_ACTIONS ), |