diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2022-04-21 21:09:07 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-04-22 13:27:56 +0200 |
commit | 9820f11ad2b1ef32e5527eec519b0a7c766e2602 (patch) | |
tree | 2ffa9a42bed16ab9a790d78b8f42a76996fdbe01 /unoidl/source/unoidlprovider.hxx | |
parent | e4d1731ba3e8bac2801d1b76cfb66bf7f9795468 (diff) |
address review comments on "use more string in unoidl.."
on
commit 2d9291b9433c9645b0870525211f74bfb1151555
Author: Noel Grandin <noel.grandin@collabora.co.uk>
Date: Thu Apr 21 12:53:15 2022 +0200
use more string_view in unoidl,codemaker
Primarily reverting the findEntity call-chain to use OUString
instead of std::u16string_view.
Change-Id: Ib01b9473c859bba3791563df753823bbf0a87ce0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133302
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'unoidl/source/unoidlprovider.hxx')
-rw-r--r-- | unoidl/source/unoidlprovider.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unoidl/source/unoidlprovider.hxx b/unoidl/source/unoidlprovider.hxx index 244bd26f3513..734f8592b814 100644 --- a/unoidl/source/unoidlprovider.hxx +++ b/unoidl/source/unoidlprovider.hxx @@ -41,7 +41,7 @@ public: virtual rtl::Reference< MapCursor > createRootCursor() const override; // throws FileFormatException: - virtual rtl::Reference< Entity > findEntity(std::u16string_view name) + virtual rtl::Reference< Entity > findEntity(OUString const & name) const override; private: |