xmloff/source/text/txtflde.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9c28c37824832d6425ed02973b8c2df69b97ebb3 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Feb 9 11:20:26 2020 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Sun Feb 9 11:43:09 2020 +0100 Fix typo Change-Id: I5c350c44ded0ca1eafc6e7c7d05386d06c71f0ee Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88332 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/xmloff/source/text/txtflde.cxx b/xmloff/source/text/txtflde.cxx index 8c325bb4b54a..e2265228f662 100644 --- a/xmloff/source/text/txtflde.cxx +++ b/xmloff/source/text/txtflde.cxx @@ -2355,7 +2355,7 @@ void XMLTextFieldExport::ProcessValueAndType( double fValue, /// float content; possibly invalid bool bExportValue, /// export value attribute? bool bExportValueType, /// export value-type attribute? - bool bExportStyle, /// export style-sttribute? + bool bExportStyle, /// export style-attribute? bool bForceSystemLanguage, /// export language attributes? bool bTimeStyle) // exporting a time style? { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
