diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-05-20 09:34:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-05-20 22:09:56 +0200 |
commit | d573e2ae17d2ff589ec7adc0dddf6a78db4cc93a (patch) | |
tree | cefd09b6f39b3116f26193dc043bda1f49713ae9 /include/docmodel | |
parent | 41c04ceb3b1b14c3c99ede86524df8f3de4f5daa (diff) |
loplugin:ostr in various
Change-Id: I9f399b3752da9df930e0647536ffcd4e82beb1ac
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167856
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/docmodel')
-rw-r--r-- | include/docmodel/theme/Theme.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/docmodel/theme/Theme.hxx b/include/docmodel/theme/Theme.hxx index 898cf3d787a7..c13f0549b7a8 100644 --- a/include/docmodel/theme/Theme.hxx +++ b/include/docmodel/theme/Theme.hxx @@ -58,7 +58,7 @@ private: public: FontScheme() - : maName("Office") + : maName(u"Office"_ustr) { } |