summaryrefslogtreecommitdiff
path: root/sc/inc/servuno.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-12-03 13:00:21 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-12-04 12:21:03 +0100
commit2219d37896ee4a8662d9dccc06a73302f8ac6c7c (patch)
tree3e51fe58bdefe850dc9e62df7087795de8ead83d /sc/inc/servuno.hxx
parenta469d1353f4efd2c22d2fd8497a0d456e11760ad (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.hxx2
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: */