diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2021-10-11 20:28:56 +0200 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2021-11-01 18:47:57 +0100 |
commit | 9dc9201c6eee6ffb8d547752dd6193a270fa85fb (patch) | |
tree | b00cfb935195b93d6be6083425e50e43f4efff82 /ucb/source | |
parent | 00fbb60bfecb8ef52b61f1720017106addf6c14d (diff) |
ucb: webdav-curl: loplugin:unusedfields
[ replicate commit b18e1bc61ccba9d0c74274e2fe45b2b422c601cf ]
Change-Id: I8458dce0ae9e71daebda708697501dd5ead5ae55
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123489
Tested-by: Michael Stahl <michael.stahl@allotropia.de>
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'ucb/source')
-rw-r--r-- | ucb/source/ucp/webdav-curl/webdavcontent.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/webdav-curl/webdavcontent.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav-curl/webdavcontent.cxx b/ucb/source/ucp/webdav-curl/webdavcontent.cxx index a9e3ef868201..99630aff9b9e 100644 --- a/ucb/source/ucp/webdav-curl/webdavcontent.cxx +++ b/ucb/source/ucp/webdav-curl/webdavcontent.cxx @@ -206,7 +206,6 @@ Content::Content( m_eResourceType( UNKNOWN ), m_eResourceTypeForLocks( UNKNOWN ), m_pProvider( pProvider ), - m_rSessionFactory( rSessionFactory ), m_bTransient( false ), m_bCollection( false ), m_bDidGetOrHead( false ) diff --git a/ucb/source/ucp/webdav-curl/webdavcontent.hxx b/ucb/source/ucp/webdav-curl/webdavcontent.hxx index e7638bcfa70b..ea2a9ec38387 100644 --- a/ucb/source/ucp/webdav-curl/webdavcontent.hxx +++ b/ucb/source/ucp/webdav-curl/webdavcontent.hxx @@ -81,7 +81,6 @@ class Content : public ::ucbhelper::ContentImplHelper, // resource type for general LOCK method only ResourceType m_eResourceTypeForLocks; ContentProvider* m_pProvider; // No need for a ref, base class holds object - rtl::Reference< DAVSessionFactory > m_rSessionFactory; bool m_bTransient; bool m_bCollection; bool m_bDidGetOrHead; |