summaryrefslogtreecommitdiff
path: root/sfx2/inc/recentdocsview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/inc/recentdocsview.hxx')
-rw-r--r--sfx2/inc/recentdocsview.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/inc/recentdocsview.hxx b/sfx2/inc/recentdocsview.hxx
index c8db9bc3c043..77c350d40b83 100644
--- a/sfx2/inc/recentdocsview.hxx
+++ b/sfx2/inc/recentdocsview.hxx
@@ -63,7 +63,7 @@ public:
void insertItem(const OUString &rURL, const OUString &rTitle, const BitmapEx &rThumbnail, sal_uInt16 nId);
- static bool typeMatchesExtension(ApplicationType type, const OUString &rExt);
+ static bool typeMatchesExtension(ApplicationType type, std::u16string_view rExt);
static BitmapEx getDefaultThumbnail(const OUString &rURL);
ApplicationType mnFileTypes;