diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-05-08 08:28:09 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-05-08 11:15:40 +0200 |
commit | 1eaae3966db362b5094feee4ac9a462ee9993d90 (patch) | |
tree | 4a61c67ed97c37dea7e835d12929bb4a5e66cb13 /forms/source/component/Hidden.hxx | |
parent | 12215925202d6d540e4a22b93a8f49b4ec35c111 (diff) |
loplugin:ostr in forms
Change-Id: Ifee5d86b54aa746dbd3b17ff966794f32fbc23bd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167303
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'forms/source/component/Hidden.hxx')
-rw-r--r-- | forms/source/component/Hidden.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/Hidden.hxx b/forms/source/component/Hidden.hxx index 7bd01ccf939a..9137ba75c0c0 100644 --- a/forms/source/component/Hidden.hxx +++ b/forms/source/component/Hidden.hxx @@ -48,7 +48,7 @@ public: // XServiceInfo OUString SAL_CALL getImplementationName() override - { return "com.sun.star.form.OHiddenModel"; } + { return u"com.sun.star.form.OHiddenModel"_ustr; } virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override; |