[Libreoffice-commits] core.git: xmloff/inc
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Feb 9 10:44:33 UTC 2020
xmloff/inc/txtflde.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 71bd58e56d3489bee9d46c8ba95f80596cc95fba
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Feb 9 11:20:24 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Feb 9 11:43:53 2020 +0100
Fix typo
Change-Id: If04bde50d7471d4c5a42e204f34a4d08115dbf95
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88331
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/xmloff/inc/txtflde.hxx b/xmloff/inc/txtflde.hxx
index 8773508ec055..b4dfed383280 100644
--- a/xmloff/inc/txtflde.hxx
+++ b/xmloff/inc/txtflde.hxx
@@ -317,7 +317,7 @@ private:
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, /// no style language export
bool bTimeStyle = false); /// exporting a time style?
More information about the Libreoffice-commits
mailing list