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/Time.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/Time.hxx')
-rw-r--r-- | forms/source/component/Time.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/component/Time.hxx b/forms/source/component/Time.hxx index 3a6793fa5c81..1568dec57a39 100644 --- a/forms/source/component/Time.hxx +++ b/forms/source/component/Time.hxx @@ -58,7 +58,7 @@ public: // css::lang::XServiceInfo OUString SAL_CALL getImplementationName() override - { return "com.sun.star.form.OTimeModel"; } + { return u"com.sun.star.form.OTimeModel"_ustr; } virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override; @@ -103,7 +103,7 @@ public: // css::lang::XServiceInfo OUString SAL_CALL getImplementationName() override - { return "com.sun.star.form.OTimeControl"; } + { return u"com.sun.star.form.OTimeControl"_ustr; } virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override; }; |