diff options
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/datetimeutils.hxx | 2 |
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); |