diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2021-10-07 12:13:02 +0200 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2021-11-01 18:24:50 +0100 |
commit | 24adc72f80e1fe33654be103097271eda623f551 (patch) | |
tree | 9c72fe33ec796030a09d7ed6fe112f9df7c4d753 /ucb/source/ucp/webdav-curl/DAVSession.hxx | |
parent | 21a1267b15724fcadb089065f57c5daf0fd6ba26 (diff) |
ucb: webdav-curl: remove unused LOCK() overload
Removed from neon in commit 9d7727737b067c5228f129737046f718d5965659
Change-Id: I1df14d8e05e50a6a0ce7af4f6079f11be6628903
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123225
Tested-by: Michael Stahl <michael.stahl@allotropia.de>
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'ucb/source/ucp/webdav-curl/DAVSession.hxx')
-rw-r--r-- | ucb/source/ucp/webdav-curl/DAVSession.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ucb/source/ucp/webdav-curl/DAVSession.hxx b/ucb/source/ucp/webdav-curl/DAVSession.hxx index 88a41ab3153f..c3caea7be6f2 100644 --- a/ucb/source/ucp/webdav-curl/DAVSession.hxx +++ b/ucb/source/ucp/webdav-curl/DAVSession.hxx @@ -173,12 +173,6 @@ public: css::ucb::Lock & inLock, const DAVRequestEnvironment & rEnv ) = 0; - // refresh existing lock. - /// @throws DAVException - virtual sal_Int64 LOCK( const OUString & inPath, - sal_Int64 nTimeout, - const DAVRequestEnvironment & rEnv ) = 0; - /// @throws DAVException virtual void UNLOCK( const OUString & inPath, const DAVRequestEnvironment & rEnv ) = 0; |