summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-10-05 10:30:02 +0200
committerEike Rathke <erack@redhat.com>2017-10-05 15:43:49 +0200
commit81d404803f477eb71b74eb9c7a67bba6b1af95d1 (patch)
tree47738d2dc64b246ac0367ecaa7266ba40b22fdda
parentloplugin:finalclasses in unotools..vbahelper (diff)
downloadcore-81d404803f477eb71b74eb9c7a67bba6b1af95d1.tar.gz
core-81d404803f477eb71b74eb9c7a67bba6b1af95d1.zip
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>
-rw-r--r--include/svl/zformat.hxx4
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