From 8f62ca8e2f33a63b62dd7c39b8e002b03d6c4d95 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 3 Oct 2016 09:00:41 +0200 Subject: loplugin:countusersofdefaultparams in sw..vcl Change-Id: I152df55f5a30e073c66cfd3a64d5090a20cb232d Reviewed-on: https://gerrit.libreoffice.org/29471 Tested-by: Jenkins Reviewed-by: Noel Grandin --- unoxml/source/dom/elementlist.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unoxml') diff --git a/unoxml/source/dom/elementlist.hxx b/unoxml/source/dom/elementlist.hxx index d63b22b353c5..d6ce1353019a 100644 --- a/unoxml/source/dom/elementlist.hxx +++ b/unoxml/source/dom/elementlist.hxx @@ -66,7 +66,7 @@ namespace DOM public: CElementListImpl(::rtl::Reference const& pElement, ::osl::Mutex & rMutex, - OUString const& rName, OUString const*const pURI = nullptr); + OUString const& rName, OUString const*const pURI); void registerListener(CElement & rElement); -- cgit