diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-10-05 10:30:02 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-10-05 15:43:49 +0200 |
commit | 81d404803f477eb71b74eb9c7a67bba6b1af95d1 (patch) | |
tree | 47738d2dc64b246ac0367ecaa7266ba40b22fdda /include | |
parent | 2bdf80be4c822378ba101703e4051a37c8f2ad41 (diff) |
Fix typos
Change-Id: I299ea04d0d29c97be269028a2984250474988092
Reviewed-on: https://gerrit.libreoffice.org/43161
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svl/zformat.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 |