xmloff/source/transform/AttrTransformerAction.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 7357f3ff7a9bb1c292c2c413a5cb232e465414ab
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Apr 3 12:24:22 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Apr 3 14:25:24 2024 +0200

    Fix typo
    
    Change-Id: I2271e31d2a57206954e166e71b16af092c11aab8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165741
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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)

Reply via email to