wizards/source/scriptforge/python/scriptforge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d67829bdd37631d4c986e2b2658ebee471974e4d Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Apr 5 12:31:07 2021 +0200 Commit: Andrea Gelmini <[email protected]> CommitDate: Mon Apr 5 13:28:14 2021 +0200 Fix variable name Change-Id: Ida5172f860303fa9493dd3477a970d29f87444de Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113596 Reviewed-by: Julien Nabet <[email protected]> Reviewed-by: Jean-Pierre Ledure <[email protected]> Tested-by: Jean-Pierre Ledure <[email protected]> Tested-by: Jenkins diff --git a/wizards/source/scriptforge/python/scriptforge.py b/wizards/source/scriptforge/python/scriptforge.py index b0c6c53077d5..68446e53fcfc 100644 --- a/wizards/source/scriptforge/python/scriptforge.py +++ b/wizards/source/scriptforge/python/scriptforge.py @@ -1343,7 +1343,7 @@ class SFScriptForge: propertysynonyms = SFServices._getAttributeSynonyms(serviceproperties) # Class constants - MACROEXECALWAYS, MAROEXECNEVER, MACROEXECNORMAL = 2, 1, 0 + MACROEXECALWAYS, MACROEXECNEVER, MACROEXECNORMAL = 2, 1, 0 BASEDOCUMENT, CALCDOCUMENT, DRAWDOCUMENT, IMPRESSDOCUMENT, MATHDOCUMENT, WRITERDOCUMENT = \ 'Base', 'Calc', 'Draw', 'Impress', 'Math', 'Writer' _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
