summaryrefslogtreecommitdiff
path: root/fpicker/source/office/autocmpledit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/autocmpledit.hxx')
-rw-r--r--fpicker/source/office/autocmpledit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/autocmpledit.hxx b/fpicker/source/office/autocmpledit.hxx
index f29f4bb742b4..03ea58c48084 100644
--- a/fpicker/source/office/autocmpledit.hxx
+++ b/fpicker/source/office/autocmpledit.hxx
@@ -27,7 +27,7 @@ private:
DECL_LINK(ChangedHdl, weld::Entry&, void);
DECL_LINK(TryAutoComplete, Timer*, void);
- bool Match(const OUString& rText);
+ bool Match(std::u16string_view rText);
public:
AutocompleteEdit(std::unique_ptr<weld::Entry> xEntry);