summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav-curl/DateTimeHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/webdav-curl/DateTimeHelper.hxx')
-rw-r--r--ucb/source/ucp/webdav-curl/DateTimeHelper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav-curl/DateTimeHelper.hxx b/ucb/source/ucp/webdav-curl/DateTimeHelper.hxx
index 22a8e9519b80..35784412742f 100644
--- a/ucb/source/ucp/webdav-curl/DateTimeHelper.hxx
+++ b/ucb/source/ucp/webdav-curl/DateTimeHelper.hxx
@@ -39,14 +39,14 @@ class DateTimeHelper
private:
static sal_Int32 convertMonthToInt(std::u16string_view month);
- static bool ISO8601_To_DateTime (const OUString&,
+ static bool ISO8601_To_DateTime (std::u16string_view,
css::util::DateTime& );
- static bool RFC2068_To_DateTime (const OUString&,
+ static bool RFC2068_To_DateTime (std::u16string_view,
css::util::DateTime& );
public:
- static bool convert (const OUString&,
+ static bool convert (std::u16string_view,
css::util::DateTime& );
};