summaryrefslogtreecommitdiffstats
path: root/ucb
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-12-13 17:32:14 +0200
committerTor Lillqvist <tml@collabora.com>2016-12-13 18:31:29 +0200
commitc5e2eeb19cb4539c207a532d483440a9fb5f98e1 (patch)
tree7812af3f9c780798e7b7dea791812c74f64651c4 /ucb
parentloplugin:salbool (diff)
downloadcore-c5e2eeb19cb4539c207a532d483440a9fb5f98e1.tar.gz
core-c5e2eeb19cb4539c207a532d483440a9fb5f98e1.zip
loplugin:staticanonymous
Change-Id: I8c08a303026219dbf87af7165a3f9a99134d5091
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/webdavcontent.cxx14
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;