[Libreoffice-commits] core.git: xmloff/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Feb 9 10:43:44 UTC 2020


 xmloff/source/text/txtflde.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9c28c37824832d6425ed02973b8c2df69b97ebb3
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Feb 9 11:20:26 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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


More information about the Libreoffice-commits mailing list