From 774d2a94d31c14fb24c07a5c85220e5ef528ad20 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 12 Sep 2016 11:32:53 +0200 Subject: loplugin:constantparam in extensions..lotuswordpro Change-Id: Ifb30d5d53536045638d872761626a1b60fa52dad Reviewed-on: https://gerrit.libreoffice.org/28831 Tested-by: Jenkins Reviewed-by: Noel Grandin --- lotuswordpro/source/filter/bento.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lotuswordpro/source/filter/bento.hxx') diff --git a/lotuswordpro/source/filter/bento.hxx b/lotuswordpro/source/filter/bento.hxx index 1530f034d4ac..ef157e947307 100644 --- a/lotuswordpro/source/filter/bento.hxx +++ b/lotuswordpro/source/filter/bento.hxx @@ -221,7 +221,7 @@ public: // Internal methods CUtList& GetObjects() { return cObjects; } CUtList& GetNamedObjects() { return cNamedObjects; } - LtcUtBenValueStream * FindNextValueStreamWithPropertyName(const char * sPropertyName, LtcUtBenValueStream * pCurrentValueStream); + LtcUtBenValueStream * FindNextValueStreamWithPropertyName(const char * sPropertyName); LtcUtBenValueStream * FindValueStreamWithPropertyName(const char * sPropertyName); void CreateGraphicStream(SvStream * &pStream, const char *pObjectName); -- cgit