diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-12-13 17:32:14 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-12-13 18:31:29 +0200 |
commit | c5e2eeb19cb4539c207a532d483440a9fb5f98e1 (patch) | |
tree | 7812af3f9c780798e7b7dea791812c74f64651c4 /ucb | |
parent | 2cc0095c28c283ccae7877179a67b180fac8b4ed (diff) |
loplugin:staticanonymous
Change-Id: I8c08a303026219dbf87af7165a3f9a99134d5091
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav/webdavcontent.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ucb/source/ucp/webdav/webdavcontent.cxx b/ucb/source/ucp/webdav/webdavcontent.cxx index 8db55d9a5f3d..101aa1793f7f 100644 --- a/ucb/source/ucp/webdav/webdavcontent.cxx +++ b/ucb/source/ucp/webdav/webdavcontent.cxx @@ -77,13 +77,13 @@ using namespace http_dav_ucp; namespace { -static void lcl_sendPartialGETRequest( bool &bError, - DAVException &aLastException, - const std::vector< rtl::OUString >& rProps, - std::vector< rtl::OUString > &aHeaderNames, - const std::unique_ptr< DAVResourceAccess > &xResAccess, - std::unique_ptr< ContentProperties > &xProps, - const uno::Reference< ucb::XCommandEnvironment >& xEnv ) +void lcl_sendPartialGETRequest( bool &bError, + DAVException &aLastException, + const std::vector< rtl::OUString >& rProps, + std::vector< rtl::OUString > &aHeaderNames, + const std::unique_ptr< DAVResourceAccess > &xResAccess, + std::unique_ptr< ContentProperties > &xProps, + const uno::Reference< ucb::XCommandEnvironment >& xEnv ) { bool bIsRequestSize = false; DAVResource aResource; |