From cc7ff0c141e27090ab521073b961b5eeeb4d693e Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 3 Apr 2018 00:27:19 +0200 Subject: Fix typos Change-Id: I28d9591517c324e995691139582c77b5cfdc9d77 Reviewed-on: https://gerrit.libreoffice.org/52211 Tested-by: Jenkins Reviewed-by: Julien Nabet --- shell/inc/iso8601_converter.hxx | 6 +++--- shell/source/win32/shlxthandler/util/iso8601_converter.cxx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'shell') diff --git a/shell/inc/iso8601_converter.hxx b/shell/inc/iso8601_converter.hxx index 570cecbef4e5..a8a0b4ed2ae2 100644 --- a/shell/inc/iso8601_converter.hxx +++ b/shell/inc/iso8601_converter.hxx @@ -23,15 +23,15 @@ #include -/* Converts ISO 8601 conform date/time - represenation to the representation +/* Converts ISO 8601 compliant date/time + representation to the representation conforming to the current locale, ignoring the milliseconds part if exists */ std::wstring iso8601_date_to_local_date(const std::wstring& iso8601date); -/* Converts ISO 8601 conform duration +/* Converts ISO 8601 compliant duration representation to the representation conforming to the current locale */ diff --git a/shell/source/win32/shlxthandler/util/iso8601_converter.cxx b/shell/source/win32/shlxthandler/util/iso8601_converter.cxx index c55d9513b67c..331a76926a5f 100644 --- a/shell/source/win32/shlxthandler/util/iso8601_converter.cxx +++ b/shell/source/win32/shlxthandler/util/iso8601_converter.cxx @@ -29,8 +29,8 @@ #include -/* Converts ISO 8601 conform date/time - represenation to the representation +/* Converts ISO 8601 compliant date/time + representation to the representation conforming to the current locale */ std::wstring iso8601_date_to_local_date(const std::wstring& isoDate ) -- cgit