From 5c4fac1e9f50832852e87452f3152f01b905f9e6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 16 Oct 2024 13:19:05 +0200 Subject: loplugin:unusedmethods Change-Id: I6ba4b4046190b701d4a15c6fa90b6009ecf4ab1c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175014 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/tools/datetimeutils.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/tools') diff --git a/include/tools/datetimeutils.hxx b/include/tools/datetimeutils.hxx index 96abd8fd71df..deb7d7ee4f4c 100644 --- a/include/tools/datetimeutils.hxx +++ b/include/tools/datetimeutils.hxx @@ -20,8 +20,6 @@ TOOLS_DLLPUBLIC OUString DateTimeToOUString(const DateTime& rDateTime); // This function converts a 'Date' object to an 'OString' object in ISO-8601 representation TOOLS_DLLPUBLIC OString DateToOString(const Date& rDate); -TOOLS_DLLPUBLIC OString TimeToOString(const tools::Time& rTime); - // This function converts a 'Date' object to an 'OUString' object in DD/MM/YYYY format TOOLS_DLLPUBLIC OUString DateToDDMMYYYYOUString(const Date& rDate); -- cgit