diff options
-rw-r--r-- | ucb/Library_ucpdav1.mk | 1 | ||||
-rw-r--r-- | ucb/source/ucp/webdav-curl/webdavcontent.cxx | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/ucb/Library_ucpdav1.mk b/ucb/Library_ucpdav1.mk index b3c9a2342d6e..be8205baed8a 100644 --- a/ucb/Library_ucpdav1.mk +++ b/ucb/Library_ucpdav1.mk @@ -23,6 +23,7 @@ $(eval $(call gb_Library_use_libraries,ucpdav1,\ cppuhelper \ sal \ salhelper \ + svl \ ucbhelper \ tl \ )) diff --git a/ucb/source/ucp/webdav-curl/webdavcontent.cxx b/ucb/source/ucp/webdav-curl/webdavcontent.cxx index 8528f31fa263..a8d7ef233030 100644 --- a/ucb/source/ucp/webdav-curl/webdavcontent.cxx +++ b/ucb/source/ucp/webdav-curl/webdavcontent.cxx @@ -28,6 +28,7 @@ #include <ucbhelper/propertyvalueset.hxx> #include <ucbhelper/simpleinteractionrequest.hxx> #include <ucbhelper/cancelcommandexecution.hxx> +#include <svl/lockfilecommon.hxx> #include <com/sun/star/beans/IllegalTypeException.hpp> #include <com/sun/star/beans/NotRemoveableException.hpp> @@ -3235,8 +3236,7 @@ void Content::lock( } uno::Any aOwnerAny; - aOwnerAny - <<= OUString("LibreOffice - http://www.libreoffice.org/"); + aOwnerAny <<= OUString("LibreOffice - " + ::svt::LockFileCommon::GetOOOUserName()); ucb::Lock aLock( ucb::LockScope_EXCLUSIVE, |