diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-12-07 13:22:32 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-12-07 19:41:44 +0100 |
commit | d8c23ffb6c8a640a47eb19b5b66eec4eb46a2791 (patch) | |
tree | e21955ed1f9e6d90c5fa112a5ee5e32fb432713a /xmloff | |
parent | 0f469ada31b38b510b87a19bf7ddc17f82f260d9 (diff) |
Fix typo
Change-Id: I0c9b522cdbdefa8bd3698f1c1b31a963adf6c00d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107345
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/txtvfldi.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |