xmloff/source/text/txtvfldi.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d8c23ffb6c8a640a47eb19b5b66eec4eb46a2791 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Dec 7 13:22:32 2020 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Mon Dec 7 19:41:44 2020 +0100 Fix typo Change-Id: I0c9b522cdbdefa8bd3698f1c1b31a963adf6c00d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107345 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/xmloff/source/text/txtvfldi.cxx b/xmloff/source/text/txtvfldi.cxx index 246ba52db6a8..f112fc88f11c 100644 --- a/xmloff/source/text/txtvfldi.cxx +++ b/xmloff/source/text/txtvfldi.cxx @@ -231,7 +231,7 @@ void XMLVarFieldImportContext::PrepareField( aValueHelper.SetDefault(GetContent()); aValueHelper.PrepareField(xPropertySet); - // finally, set the curren presentation + // finally, set the current presentation if (bSetPresentation) { Any aAny; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
