diff options
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; |