include/tools/datetime.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit cdce0b615a0bd599cd90dfd145d8270287045619 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Jun 22 11:48:56 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Jun 22 15:57:58 2023 +0200 Fix typo Change-Id: Ibff595640fa219b3076d4f44ef18385f63af3e35 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153456 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/include/tools/datetime.hxx b/include/tools/datetime.hxx index 17d2f89a80b6..ddf29896c1a2 100644 --- a/include/tools/datetime.hxx +++ b/include/tools/datetime.hxx @@ -107,7 +107,7 @@ public: processed. This also takes a shortcut for whole days values (equal times), and only for times inflicted values uses an intermediary tools::Duration for conversion. Note that the resulting floating point - value neverthless in many cases is not an exact representation down to + value nevertheless in many cases is not an exact representation down to nanoseconds. */ static double Sub( const DateTime& rDateTime1, const DateTime& rDateTime2 ); TOOLS_DLLPUBLIC friend sal_Int64 operator -( const DateTime& rDateTime, const Date& rDate )