diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-03 09:00:41 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-03 11:10:56 +0000 |
commit | 8f62ca8e2f33a63b62dd7c39b8e002b03d6c4d95 (patch) | |
tree | a7a05a3be99ff8e72d666a39b01f9a07ba01c583 /ucb | |
parent | dc306db9b51e6f009803f7ba633674dc2840ac08 (diff) |
loplugin:countusersofdefaultparams in sw..vcl
Change-Id: I152df55f5a30e073c66cfd3a64d5090a20cb232d
Reviewed-on: https://gerrit.libreoffice.org/29471
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/ftp/ftpurl.hxx | 7 | ||||
-rw-r--r-- | ucb/source/ucp/hierarchy/hierarchydatasupplier.hxx | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/ucb/source/ucp/ftp/ftpurl.hxx b/ucb/source/ucp/ftp/ftpurl.hxx index f112bfd9c39d..0c7d1728b05f 100644 --- a/ucb/source/ucp/ftp/ftpurl.hxx +++ b/ucb/source/ucp/ftp/ftpurl.hxx @@ -84,11 +84,8 @@ namespace ftp { FTPURL( const OUString& aIdent, - FTPContentProvider* pFCP = nullptr - ) - throw( - malformed_exception - ); + FTPContentProvider* pFCP + ) throw (malformed_exception); FTPURL(const FTPURL& r); diff --git a/ucb/source/ucp/hierarchy/hierarchydatasupplier.hxx b/ucb/source/ucp/hierarchy/hierarchydatasupplier.hxx index d3f36c8abd51..27e87c8f8495 100644 --- a/ucb/source/ucp/hierarchy/hierarchydatasupplier.hxx +++ b/ucb/source/ucp/hierarchy/hierarchydatasupplier.hxx @@ -43,7 +43,7 @@ public: HierarchyResultSetDataSupplier( const css::uno::Reference< css::uno::XComponentContext >& rxContext, const rtl::Reference< HierarchyContent >& rContent, - sal_Int32 nOpenMode = css::ucb::OpenMode::ALL ); + sal_Int32 nOpenMode ); virtual ~HierarchyResultSetDataSupplier() override; virtual OUString queryContentIdentifierString( sal_uInt32 nIndex ) override; |