diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-02-01 14:46:50 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-02-02 18:35:48 +0100 |
commit | e262770bf55e9ef6023cddefbfa5607bc744a2c4 (patch) | |
tree | e6a80fd774ca0b36281cc231ccadfd65eee92d1b /xmloff | |
parent | e0a6d27e93f634a868987ef869093d912d17d4a8 (diff) |
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 <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/transform/PropertyActionsOOo.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |