summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav-curl/webdavcontentcaps.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-26 14:48:09 +0200
committerMichael Stahl <michael.stahl@allotropia.de>2021-11-01 18:30:00 +0100
commit14c7381438a4d0f2cd6b660c72f4ff8d03834fba (patch)
treec066b1fd43a74a544fb7f4d70753106372fc735f /ucb/source/ucp/webdav-curl/webdavcontentcaps.cxx
parent09730ea0ccfe63982cdb869d5eaa906982283bf1 (diff)
ucb: webdav-curl: loplugin:unuseddefaultparam in ucb
[ port of commit 83911dd753fbfd0328bae2dfa37d19f514d4b2f9 ] Change-Id: I5a57b7af9cd231e89fc93cc1a5f277cae23a1427 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123279 Tested-by: Michael Stahl <michael.stahl@allotropia.de> Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'ucb/source/ucp/webdav-curl/webdavcontentcaps.cxx')
-rw-r--r--ucb/source/ucp/webdav-curl/webdavcontentcaps.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/ucb/source/ucp/webdav-curl/webdavcontentcaps.cxx b/ucb/source/ucp/webdav-curl/webdavcontentcaps.cxx
index 0db3cb3a7ad0..d89f9431b6d4 100644
--- a/ucb/source/ucp/webdav-curl/webdavcontentcaps.cxx
+++ b/ucb/source/ucp/webdav-curl/webdavcontentcaps.cxx
@@ -46,7 +46,7 @@ using namespace http_dav_ucp;
bool ContentProvider::getProperty(
- const OUString & rPropName, beans::Property & rProp, bool bStrict )
+ const OUString & rPropName, beans::Property & rProp )
{
if ( !m_pProps )
{
@@ -244,9 +244,6 @@ bool ContentProvider::getProperty(
}
else
{
- if ( bStrict )
- return false;
-
// All unknown props are treated as:
rProp = beans::Property(
rPropName,