xmloff/source/transform/PropertyActionsOOo.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e262770bf55e9ef6023cddefbfa5607bc744a2c4
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Feb 1 14:46:50 2022 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Feb 2 18:35:48 2022 +0100

    Fix variable name
    
    It's just a comment, but so it is the same as in
    PropertyActionsOASIS.cxx
    
    Change-Id: I43b2b3c51f5e2e23dc273e1cf65ad7c5608b9366
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129311
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/xmloff/source/transform/PropertyActionsOOo.cxx 
b/xmloff/source/transform/PropertyActionsOOo.cxx
index dbee8983f250..cc6fc0e6b6f9 100644
--- a/xmloff/source/transform/PropertyActionsOOo.cxx
+++ b/xmloff/source/transform/PropertyActionsOOo.cxx
@@ -276,7 +276,7 @@ XMLTransformerActionInit const 
aGraphicPropertyOOoAttrActionTable[] =
           NO_PARAMS }, /* generated entry */
     { XML_NAMESPACE_STYLE, XML_WRAP, XML_ATACTION_COPY,
           NO_PARAMS }, /* generated entry */
-//  { XML_NAMESPACE_STYLE, XML_WRAP_DYNAMIC_TRESHOLD, XML_ATACTION_COPY,
+//  { XML_NAMESPACE_STYLE, XML_WRAP_DYNAMIC_THRESHOLD, XML_ATACTION_COPY,
 //      NO_PARAMS }, /* new attribute */
     { XML_NAMESPACE_STYLE, XML_NUMBER_WRAPPED_PARAGRAPHS, XML_ATACTION_COPY,
           NO_PARAMS }, /* generated entry */

Reply via email to