From d8c23ffb6c8a640a47eb19b5b66eec4eb46a2791 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 7 Dec 2020 13:22:32 +0100 Subject: Fix typo Change-Id: I0c9b522cdbdefa8bd3698f1c1b31a963adf6c00d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107345 Tested-by: Jenkins Reviewed-by: Julien Nabet --- xmloff/source/text/txtvfldi.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff') 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; -- cgit