sc/inc/conditio.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 86876ff86ef19af20e1c7202e029bbde44051a07
Author:     Takeshi Abe <t...@fixedpoint.jp>
AuthorDate: Sun Jun 23 19:32:41 2019 +0900
Commit:     Tor Lillqvist <t...@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 <serval2...@yahoo.fr>
    Tested-by: Jenkins
    Reviewed-by: Tor Lillqvist <t...@collabora.com>
    Tested-by: Tor Lillqvist <t...@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) << ")";
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to