summaryrefslogtreecommitdiffstats
path: root/unoidl/source/legacyprovider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoidl/source/legacyprovider.hxx')
-rw-r--r--unoidl/source/legacyprovider.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoidl/source/legacyprovider.hxx b/unoidl/source/legacyprovider.hxx
index caa1b38c84a4..8c22dbe0451c 100644
--- a/unoidl/source/legacyprovider.hxx
+++ b/unoidl/source/legacyprovider.hxx
@@ -26,7 +26,7 @@ public:
virtual rtl::Reference< MapCursor > createRootCursor() const override;
// throws FileFormatException:
- virtual rtl::Reference< Entity > findEntity(OUString const & name)
+ virtual rtl::Reference< Entity > findEntity(std::u16string_view name)
const override;
private: