[Libreoffice-commits] core.git: include/svl

Andrea Gelmini andrea.gelmini at gelma.net
Thu Oct 5 13:44:16 UTC 2017


 include/svl/zformat.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 81d404803f477eb71b74eb9c7a67bba6b1af95d1
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Thu Oct 5 10:30:02 2017 +0200

    Fix typos
    
    Change-Id: I299ea04d0d29c97be269028a2984250474988092
    Reviewed-on: https://gerrit.libreoffice.org/43161
    Reviewed-by: Eike Rathke <erack at redhat.com>
    Tested-by: Eike Rathke <erack at redhat.com>

diff --git a/include/svl/zformat.hxx b/include/svl/zformat.hxx
index 5d0e1f288643..f3f11b97022f 100644
--- a/include/svl/zformat.hxx
+++ b/include/svl/zformat.hxx
@@ -198,7 +198,7 @@ public:
             return maLocale.meSubstitute != LocaleType::Substitute::NONE;
         }
 
-    /** If the format is a placeholder for the sytem time format and needs to
+    /** If the format is a placeholder for the system time format and needs to
         be substituted during formatting time.
      */
     bool IsSystemTimeFormat() const
@@ -206,7 +206,7 @@ public:
             return maLocale.meSubstitute == LocaleType::Substitute::TIME && maLocale.meLanguage == LANGUAGE_SYSTEM;
         }
 
-    /** If the format is a placeholder for the sytem long date format and needs
+    /** If the format is a placeholder for the system long date format and needs
         to be substituted during formatting time.
      */
     bool IsSystemLongDateFormat() const


More information about the Libreoffice-commits mailing list