[Libreoffice-commits] core.git: sc/inc
Takeshi Abe (via logerrit)
logerrit at kemper.freedesktop.org
Mon Jul 8 08:04:14 UTC 2019
sc/inc/conditio.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 86876ff86ef19af20e1c7202e029bbde44051a07
Author: Takeshi Abe <tabe at fixedpoint.jp>
AuthorDate: Sun Jun 23 19:32:41 2019 +0900
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Mon Jul 8 10:03:25 2019 +0200
sc: the type is not Data, but Date
Change-Id: I32105e1f40ddb0c206d62f30f66054b7dbe803d0
Reviewed-on: https://gerrit.libreoffice.org/74594
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml at collabora.com>
Tested-by: Tor Lillqvist <tml at collabora.com>
diff --git a/sc/inc/conditio.hxx b/sc/inc/conditio.hxx
index 49c05fbbb3c7..42448174ca52 100644
--- a/sc/inc/conditio.hxx
+++ b/sc/inc/conditio.hxx
@@ -280,7 +280,7 @@ inline std::basic_ostream<charT, traits> & operator <<(std::basic_ostream<charT,
stream << "Iconset";
break;
case ScFormatEntry::Type::Date:
- stream << "Data";
+ stream << "Date";
break;
default:
stream << "?(" << static_cast<int>(rType) << ")";
More information about the Libreoffice-commits
mailing list