diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-17 10:10:41 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-17 11:30:43 +0200 |
commit | d5f94d931886a55ec3229e7b860d455037266622 (patch) | |
tree | 353bc02ae7f05d97017f616178a9ea04937f5679 /shell/source | |
parent | ff8e463ab486ae863ab3a86ce957f01ed7f8af90 (diff) |
loplugin:constparams in basegfx,sax,shell
Change-Id: I90a9d105a6db146ae64cff56983def94b9472a95
Reviewed-on: https://gerrit.libreoffice.org/40043
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'shell/source')
-rw-r--r-- | shell/source/unix/sysshell/recently_used_file_handler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/unix/sysshell/recently_used_file_handler.cxx b/shell/source/unix/sysshell/recently_used_file_handler.cxx index e9686512d079..029880e1398e 100644 --- a/shell/source/unix/sysshell/recently_used_file_handler.cxx +++ b/shell/source/unix/sysshell/recently_used_file_handler.cxx @@ -272,7 +272,7 @@ namespace /* private */ { void read_recently_used_items( - recently_used_file& file, + recently_used_file const & file, recently_used_item_list_t& item_list) { xml_parser xparser; |