diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-08-27 13:51:50 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-08-27 15:57:17 +0200 |
commit | df905f41a33d0d7d2cde7fad80c5b3dc3c837c10 (patch) | |
tree | 374d73a95196ada089e34dafea9d69746a520a28 /include/sfx2/templatedlg.hxx | |
parent | ad4c7b97752b4da73808402604d6f96b39d920f5 (diff) |
loplugin:constmethod in sfx2
Change-Id: Ic129a8e136dc3f3b0a36fdb83e7aa71027ada59a
Reviewed-on: https://gerrit.libreoffice.org/78190
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2/templatedlg.hxx')
-rw-r--r-- | include/sfx2/templatedlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/templatedlg.hxx b/include/sfx2/templatedlg.hxx index dd821bdf3d05..0e0e78f12dd3 100644 --- a/include/sfx2/templatedlg.hxx +++ b/include/sfx2/templatedlg.hxx @@ -113,7 +113,7 @@ protected: void localSearchMoveTo (sal_uInt16 nMenuId); /// Return filter according to the currently selected application filter. - FILTER_APPLICATION getCurrentApplicationFilter(); + FILTER_APPLICATION getCurrentApplicationFilter() const; protected: std::set<const ThumbnailViewItem*,selection_cmp_fn> maSelTemplates; |