diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-09-21 11:23:39 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-09-21 18:29:54 +0200 |
commit | f41868a5dcdb1982c1e3064dd985d894eaba0074 (patch) | |
tree | 322694725a9f435d3d5dd9877d74f3ad973cb9cb /sw/inc/acmplwrd.hxx | |
parent | 318a7961fc3542724cb85e31edfbf3b898e2a4f3 (diff) |
use more string_view in editeng
Change-Id: I7e434076750ebdf4aeee621151fbe6dfc929c60f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140337
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/acmplwrd.hxx')
-rw-r--r-- | sw/inc/acmplwrd.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/acmplwrd.hxx b/sw/inc/acmplwrd.hxx index 78b62b4be607..935a92076ef9 100644 --- a/sw/inc/acmplwrd.hxx +++ b/sw/inc/acmplwrd.hxx @@ -70,7 +70,7 @@ public: void CheckChangedList(const editeng::SortedAutoCompleteStrings& rNewLst); // Returns all words matching a given prefix aMatch. - bool GetWordsMatching(const OUString& aMatch, std::vector<OUString>& aWords) const; + bool GetWordsMatching(std::u16string_view aMatch, std::vector<OUString>& aWords) const; }; #endif |