diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-12-03 13:00:21 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-12-04 12:21:03 +0100 |
commit | 2219d37896ee4a8662d9dccc06a73302f8ac6c7c (patch) | |
tree | 3e51fe58bdefe850dc9e62df7087795de8ead83d /sc/inc/servuno.hxx | |
parent | a469d1353f4efd2c22d2fd8497a0d456e11760ad (diff) |
loplugin:stringliteraldefine in sc
Change-Id: I49159fa9b525ced9423c9a37d8a31b15cc8b1e98
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126308
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/servuno.hxx')
-rw-r--r-- | sc/inc/servuno.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/servuno.hxx b/sc/inc/servuno.hxx index f3a975146cca..b8a6d49fd172 100644 --- a/sc/inc/servuno.hxx +++ b/sc/inc/servuno.hxx @@ -69,7 +69,7 @@ public: static css::uno::Reference< css::uno::XInterface > MakeInstance( Type nType, ScDocShell* pDocShell ); static css::uno::Sequence<OUString> GetAllServiceNames(); - static Type GetProviderType(const OUString& rServiceName); + static Type GetProviderType(std::u16string_view rServiceName); }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |