diff options
-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? { |