summaryrefslogtreecommitdiff
path: root/include/codemaker/typemanager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/codemaker/typemanager.hxx')
-rw-r--r--include/codemaker/typemanager.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/codemaker/typemanager.hxx b/include/codemaker/typemanager.hxx
index 0fa75caa359c..3e6f67fe4b3f 100644
--- a/include/codemaker/typemanager.hxx
+++ b/include/codemaker/typemanager.hxx
@@ -43,9 +43,9 @@ class TypeManager final : public salhelper::SimpleReferenceObject {
public:
TypeManager();
- void loadProvider(std::u16string_view uri, bool primary);
+ void loadProvider(OUString const & uri, bool primary);
- bool foundAtPrimaryProvider(std::u16string_view name) const;
+ bool foundAtPrimaryProvider(OUString const & name) const;
codemaker::UnoType::Sort getSort(
OUString const & name, rtl::Reference< unoidl::Entity > * entity = nullptr,