diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-12-12 14:35:46 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-12-12 15:52:53 +0200 |
commit | ae9b5144539e0d6cb376af385e122b05c823200a (patch) | |
tree | 881b2ed6e28c57fd94c32e528eac7d404d49d329 /ucb | |
parent | 78f3faa116dc4e67b4dfd12b89810e5ab9803dc3 (diff) |
Revert "loplugin:refcounting"
Bah, the reverted change actually of course breaks the compilation, I
had missed that accidentally. More intrusive chnages are needed to
change css::uno::Reference to rtl::Reference, also in parameters to
constructors and other calls here.
This reverts commit 073f8cdbb77d62a6838c78ff63fca73896b86c79.
Change-Id: I2d0f9db9cef8dfbfe7d8a409eb09375c45b9e49f
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav/SerfGetReqProcImpl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/webdav/SerfGetReqProcImpl.hxx b/ucb/source/ucp/webdav/SerfGetReqProcImpl.hxx index 3271fb954800..f463f422a4f8 100644 --- a/ucb/source/ucp/webdav/SerfGetReqProcImpl.hxx +++ b/ucb/source/ucp/webdav/SerfGetReqProcImpl.hxx @@ -71,7 +71,7 @@ protected: void handleEndOfResponseData( serf_bucket_t * inSerfResponseBucket ) override; private: - rtl::Reference< SerfInputStream > xInputStream; + css::uno::Reference< SerfInputStream > xInputStream; css::uno::Reference< css::io::XOutputStream > xOutputStream; const std::vector< OUString > * mpHeaderNames; DAVResource* mpResource; |