loplugin:refcounting

Fixes: "uno::Reference field with template parameter that does not
contain ::static_type() css::uno::Reference<SerfInputStream>, parent
is http_dav_ucp::SerfGetReqProcImpl, should probably be using
rtl::Reference instead [loplugin:refcounting]"

Change-Id: I43211bb397031a4961df77ee39038e6ef9da6bb1
This commit is contained in:
Tor Lillqvist 2016-12-09 09:12:49 +02:00
parent f5edbb4158
commit 073f8cdbb7

View File

@ -71,7 +71,7 @@ protected:
void handleEndOfResponseData( serf_bucket_t * inSerfResponseBucket ) override;
private:
css::uno::Reference< SerfInputStream > xInputStream;
rtl::Reference< SerfInputStream > xInputStream;
css::uno::Reference< css::io::XOutputStream > xOutputStream;
const std::vector< OUString > * mpHeaderNames;
DAVResource* mpResource;