diff options
Diffstat (limited to 'include/unotools/datetime.hxx')
-rw-r--r-- | include/unotools/datetime.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unotools/datetime.hxx b/include/unotools/datetime.hxx index bd630e2ffca2..2f55faedbc2a 100644 --- a/include/unotools/datetime.hxx +++ b/include/unotools/datetime.hxx @@ -38,6 +38,7 @@ namespace utl UNOTOOLS_DLLPUBLIC const LocaleDataWrapper& GetLocaleData(); UNOTOOLS_DLLPUBLIC DateTime GetDateTime(const css::util::DateTime& _rDT); UNOTOOLS_DLLPUBLIC OUString GetDateTimeString(const css::util::DateTime& _rDT); + UNOTOOLS_DLLPUBLIC OUString GetDateTimeString(sal_Int32 _nDate, sal_Int32 _nTime); UNOTOOLS_DLLPUBLIC OUString GetDateString(const css::util::DateTime& _rDT); UNOTOOLS_DLLPUBLIC void typeConvert(const Date& _rDate, css::util::Date& _rOut); |