From 480f6916eff8636fbf6b980a604c6e19a099df08 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 3 Oct 2016 14:32:24 +0200 Subject: loplugin:countusersofdefaultparams in sw Change-Id: I65beb17816641cff6a07379b7ba234afe26806b3 Reviewed-on: https://gerrit.libreoffice.org/29488 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/inc/ndole.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/inc/ndole.hxx') diff --git a/sw/inc/ndole.hxx b/sw/inc/ndole.hxx index a20a4cced8d4..28d427ddc022 100644 --- a/sw/inc/ndole.hxx +++ b/sw/inc/ndole.hxx @@ -93,13 +93,13 @@ class SW_DLLPUBLIC SwOLENode: public SwNoTextNode SwOLENode( const SwNodeIndex &rWhere, const svt::EmbeddedObjectRef&, SwGrfFormatColl *pGrfColl, - SwAttrSet* pAutoAttr = nullptr ); + SwAttrSet* pAutoAttr ); SwOLENode( const SwNodeIndex &rWhere, const OUString &rName, sal_Int64 nAspect, SwGrfFormatColl *pGrfColl, - SwAttrSet* pAutoAttr = nullptr ); + SwAttrSet* pAutoAttr ); SwOLENode( const SwOLENode & ) = delete; -- cgit