diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-02-09 11:20:26 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-02-09 11:43:09 +0100 |
commit | 9c28c37824832d6425ed02973b8c2df69b97ebb3 (patch) | |
tree | 289dc360ee699d8bbdda54e918f481cafef5b1bd /xmloff | |
parent | 3eac1d85c88db76b3deb6240fd3af2f64951689a (diff) |
Fix typo
Change-Id: I5c350c44ded0ca1eafc6e7c7d05386d06c71f0ee
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88332
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/txtflde.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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? { |