From 3716b144265dda695d7dd447dbe692a3f84c588e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 8 Aug 2016 15:38:59 +0200 Subject: loplugin:constantparam Change-Id: Ia06b9b189033b9409d7a59a211866f66a0614886 Reviewed-on: https://gerrit.libreoffice.org/28016 Tested-by: Jenkins Reviewed-by: Noel Grandin --- shell/source/unix/sysshell/recently_used_file_handler.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'shell') diff --git a/shell/source/unix/sysshell/recently_used_file_handler.cxx b/shell/source/unix/sysshell/recently_used_file_handler.cxx index eda1f1a5c2de..d6be7b63f33b 100644 --- a/shell/source/unix/sysshell/recently_used_file_handler.cxx +++ b/shell/source/unix/sysshell/recently_used_file_handler.cxx @@ -72,11 +72,10 @@ namespace /* private */ { recently_used_item( const string_t& uri, const string_t& mime_type, - const string_container_t& groups, - bool is_private = false) : + const string_container_t& groups) : uri_(uri), mime_type_(mime_type), - is_private_(is_private), + is_private_(false), groups_(groups) { timestamp_ = time(nullptr); -- cgit