summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/cacher/dynamicresultsetwrapper.hxx1
-rw-r--r--ucb/source/ucp/webdav-curl/DAVSession.hxx3
2 files changed, 1 insertions, 3 deletions
diff --git a/ucb/source/cacher/dynamicresultsetwrapper.hxx b/ucb/source/cacher/dynamicresultsetwrapper.hxx
index 8f9c0473f072..c6a363cff796 100644
--- a/ucb/source/cacher/dynamicresultsetwrapper.hxx
+++ b/ucb/source/cacher/dynamicresultsetwrapper.hxx
@@ -149,7 +149,6 @@ class DynamicResultSetWrapperListener
: public cppu::OWeakObject
, public css::ucb::XDynamicResultSetListener
{
-protected:
DynamicResultSetWrapper* m_pOwner;
osl::Mutex m_aMutex;
diff --git a/ucb/source/ucp/webdav-curl/DAVSession.hxx b/ucb/source/ucp/webdav-curl/DAVSession.hxx
index 6a4b65cdc41c..b73ceb561357 100644
--- a/ucb/source/ucp/webdav-curl/DAVSession.hxx
+++ b/ucb/source/ucp/webdav-curl/DAVSession.hxx
@@ -177,14 +177,13 @@ public:
virtual void abort() = 0;
protected:
- rtl::Reference< DAVSessionFactory > m_xFactory;
-
explicit DAVSession( rtl::Reference< DAVSessionFactory > xFactory )
: m_xFactory(std::move( xFactory )), m_nRefCount( 0 ) {}
virtual ~DAVSession() {}
private:
+ rtl::Reference< DAVSessionFactory > m_xFactory;
DAVSessionFactory::Map::iterator m_aContainerIt;
oslInterlockedCount m_nRefCount;