summaryrefslogtreecommitdiff
path: root/include/tools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-10-16 13:19:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-10-16 15:52:02 +0200
commit5c4fac1e9f50832852e87452f3152f01b905f9e6 (patch)
treebfa807b8f9c76f38bc490d279f96819276420125 /include/tools
parent44bb2c82870f83776eb26d41aeb9defbee97b102 (diff)
loplugin:unusedmethods
Change-Id: I6ba4b4046190b701d4a15c6fa90b6009ecf4ab1c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175014 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/datetimeutils.hxx2
1 files changed, 0 insertions, 2 deletions
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);