From 12191a4f30078bb81c39a74a994ba7b2b410adaf Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 9 May 2017 12:14:32 +0200 Subject: make loplugin constantparam smarter about string params Change-Id: Id3df69b38fd35f46735246a6d307a89aa10d4294 Reviewed-on: https://gerrit.libreoffice.org/37426 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/unotools/historyoptions.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/unotools') diff --git a/include/unotools/historyoptions.hxx b/include/unotools/historyoptions.hxx index 62457d3007bd..2d2994da7994 100644 --- a/include/unotools/historyoptions.hxx +++ b/include/unotools/historyoptions.hxx @@ -92,11 +92,10 @@ public: @param sURL URL to save in history @param sFilter filter name to save in history @param sTitle document title to save in history - @param sPassword password to save in history */ void AppendItem(EHistoryType eHistory, const OUString& sURL, const OUString& sFilter, const OUString& sTitle, - const OUString& sPassword, const boost::optional& sThumbnail); + const boost::optional& sThumbnail); /** Delete item from the specified list. */ -- cgit v1.2.3