summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-27 08:51:14 +0200
committerNoel Grandin <noel@peralex.com>2015-07-27 08:54:43 +0200
commit16f3ef520cafaef42694f5e63a60167e3c41081c (patch)
treee17fb4c206dbe5e9bad8c5f074125cc4cfd0b113 /ucb
parente5bc58f7bdc6e612f609ae4a2d3a83ef0394511d (diff)
fix --with-webdav=serf build
fallout from the conversion to variadic WeakImplHelper template Change-Id: I1ff6b4aa0b574bbd4787f548e0bc4bf51b211aba
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/webdavresponseparser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/webdav/webdavresponseparser.cxx b/ucb/source/ucp/webdav/webdavresponseparser.cxx
index 549b19dcaa06..f513f1eb5c83 100644
--- a/ucb/source/ucp/webdav/webdavresponseparser.cxx
+++ b/ucb/source/ucp/webdav/webdavresponseparser.cxx
@@ -287,7 +287,7 @@ namespace
WebDAVResponseParserMode_Lock
};
- class WebDAVResponseParser : public cppu::WeakImplHelper1< com::sun::star::xml::sax::XDocumentHandler >
+ class WebDAVResponseParser : public cppu::WeakImplHelper< com::sun::star::xml::sax::XDocumentHandler >
{
private:
std::vector< ucb::Lock > maResult_Lock;