diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-23 22:25:57 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-24 23:36:21 +0200 |
commit | 6131288f2a85d43ba21210e677648c9245793e52 (patch) | |
tree | f8299ebc3e5a143db2cd3d140087e5b7d0b706d1 /xmloff | |
parent | afad1a0cbc893291ea32baa7234c4ed7a5ffcf80 (diff) |
Fix typo
"an URI", to complete:
https://gerrit.libreoffice.org/#/c/75985/
Change-Id: I57489b05117fd12ae6aa22544437ab5bc6b5154f
Reviewed-on: https://gerrit.libreoffice.org/76037
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/transform/AttrTransformerAction.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/transform/AttrTransformerAction.hxx b/xmloff/source/transform/AttrTransformerAction.hxx index 8fbb2548a3cb..70b3537a6de1 100644 --- a/xmloff/source/transform/AttrTransformerAction.hxx +++ b/xmloff/source/transform/AttrTransformerAction.hxx @@ -93,9 +93,9 @@ enum XMLAttrTransformerAction XML_ATACTION_MACRO_NAME, XML_ATACTION_MACRO_LOCATION, XML_ATACTION_DLG_BORDER, - XML_ATACTION_URI_OOO, // an URI in OOo notation + XML_ATACTION_URI_OOO, // a URI in OOo notation // - param1: pacakage URI are supported - XML_ATACTION_URI_OASIS, // an URI in OASIS notation + XML_ATACTION_URI_OASIS, // a URI in OASIS notation // - param1: pacakage URI are supported XML_ATACTION_RENAME_ATTRIBUTE, // rename up to 3 different possible values of an attribute // - param1: token of old attribute value (lower 16 bit) |