summaryrefslogtreecommitdiffstats
path: root/oox/source/ppt/commonbehaviorcontext.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-01 08:40:47 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-01 11:06:26 +0200
commit612b489d3e05b24c1b6690082e8518bac033e9d2 (patch)
tree23a6c556989071385d1c64730ed72bdbae7c239c /oox/source/ppt/commonbehaviorcontext.cxx
parentwriterprefect: run astyle (diff)
downloadcore-612b489d3e05b24c1b6690082e8518bac033e9d2.tar.gz
core-612b489d3e05b24c1b6690082e8518bac033e9d2.zip
loplugin:checkunusedparams
the "check for taking address of function" part was generating false+ Change-Id: Iad6203850901229b7b1b2f8938c68ec703cd343f Reviewed-on: https://gerrit.libreoffice.org/40613 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'oox/source/ppt/commonbehaviorcontext.cxx')
-rw-r--r--oox/source/ppt/commonbehaviorcontext.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/oox/source/ppt/commonbehaviorcontext.cxx b/oox/source/ppt/commonbehaviorcontext.cxx
index 9751e7b97997..4c30b5ece3d8 100644
--- a/oox/source/ppt/commonbehaviorcontext.cxx
+++ b/oox/source/ppt/commonbehaviorcontext.cxx
@@ -40,9 +40,8 @@ using namespace ::com::sun::star::xml::sax;
namespace oox { namespace ppt {
CommonBehaviorContext::CommonBehaviorContext( FragmentHandler2 const & rParent,
- const Reference< XFastAttributeList >& xAttribs,
const TimeNodePtr & pNode )
- : TimeNodeContext( rParent, PPT_TOKEN( cBhvr ), xAttribs, pNode )
+ : TimeNodeContext( rParent, PPT_TOKEN( cBhvr ), pNode )
, mbInAttrList( false )
, mbIsInAttrName( false )
{