From 7bad1516c5f2a85b5bae3f49261ac2494cbb7162 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 17 Jul 2019 05:41:08 +0200 Subject: loplugin:unusedmethods Change-Id: Ie2285f64919d1c83b0a8df4ceb827f731e5cd609 Reviewed-on: https://gerrit.libreoffice.org/75739 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/unotools/datetime.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/unotools') diff --git a/include/unotools/datetime.hxx b/include/unotools/datetime.hxx index 2f55faedbc2a..c83da27040aa 100644 --- a/include/unotools/datetime.hxx +++ b/include/unotools/datetime.hxx @@ -47,8 +47,6 @@ namespace utl UNOTOOLS_DLLPUBLIC void typeConvert(const DateTime& _rDateTime, css::util::DateTime& _rOut); UNOTOOLS_DLLPUBLIC void typeConvert(const css::util::DateTime& _rDateTime, DateTime& _rOut); - UNOTOOLS_DLLPUBLIC void extractDate(const css::util::DateTime& _rDateTime, css::util::Date& _rOut); - UNOTOOLS_DLLPUBLIC OUString toISO8601(const css::util::DateTime& _rDateTime); UNOTOOLS_DLLPUBLIC bool ISO8601parseDateTime(const OUString &i_rIn, css::util::DateTime& o_rDateTime); UNOTOOLS_DLLPUBLIC bool ISO8601parseDate(const OUString &i_rIn, css::util::Date& o_rDate); -- cgit