[Libreoffice-commits] core.git: xmloff/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Mon Dec 7 18:42:29 UTC 2020
xmloff/source/text/txtvfldi.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d8c23ffb6c8a640a47eb19b5b66eec4eb46a2791
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Dec 7 13:22:32 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
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;
More information about the Libreoffice-commits
mailing list