diff options
Diffstat (limited to 'sw/inc/unocoll.hxx')
-rw-r--r-- | sw/inc/unocoll.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/unocoll.hxx b/sw/inc/unocoll.hxx index 8d883a8223cb..90f634ab9cbc 100644 --- a/sw/inc/unocoll.hxx +++ b/sw/inc/unocoll.hxx @@ -246,7 +246,7 @@ class SwXServiceProvider { public: static OUString GetProviderName(SwServiceType nObjectType); - static SwServiceType GetProviderType(const OUString& rServiceName); + static SwServiceType GetProviderType(std::u16string_view rServiceName); static css::uno::Reference< css::uno::XInterface > MakeInstance(SwServiceType nObjectType, SwDoc & rDoc); static css::uno::Sequence<OUString> GetAllServiceNames(); |