summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-04-03 12:24:22 +0200
committerJulien Nabet <serval2412@yahoo.fr>2024-04-03 14:25:24 +0200
commit7357f3ff7a9bb1c292c2c413a5cb232e465414ab (patch)
tree1b558cfe99656691b944246a32759b97889ecf74 /xmloff
parent829fa53fe877d0f0fc33d634fa7fbfbed23b7676 (diff)
Fix typo
Change-Id: I2271e31d2a57206954e166e71b16af092c11aab8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165741 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/transform/AttrTransformerAction.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/transform/AttrTransformerAction.hxx b/xmloff/source/transform/AttrTransformerAction.hxx
index e302a9852593..97b51ca2d7e8 100644
--- a/xmloff/source/transform/AttrTransformerAction.hxx
+++ b/xmloff/source/transform/AttrTransformerAction.hxx
@@ -93,9 +93,9 @@ enum XMLAttrTransformerAction
XML_ATACTION_MACRO_LOCATION,
XML_ATACTION_DLG_BORDER,
XML_ATACTION_URI_OOO, // a URI in OOo notation
- // - param1: pacakage URI are supported
+ // - param1: package URI are supported
XML_ATACTION_URI_OASIS, // a URI in OASIS notation
- // - param1: pacakage URI are supported
+ // - param1: package 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)
// + token of new attribute value (upper 16 bit)