diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-11-08 14:22:28 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-11-08 18:58:40 +0100 |
commit | c0e516609b9836f05543591398aeb7e99fe23234 (patch) | |
tree | d7fd5c56a847784cd1ca9403f6ad4e0a689a8630 /basctl | |
parent | c3c56b85605555e32fa09f6437c755d841152cf3 (diff) |
loplugin:stringstatic, lopluign:ostr (clang-cl)
Change-Id: I7a928a2385286f6d1ab3887c8d315af3f47c052d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159135
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/baside3.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/baside3.cxx b/basctl/source/basicide/baside3.cxx index 4b5d13fb6ecf..4a6b1dfbfb5c 100644 --- a/basctl/source/basicide/baside3.cxx +++ b/basctl/source/basicide/baside3.cxx @@ -70,7 +70,7 @@ using namespace ::com::sun::star::resource; using namespace ::com::sun::star::ui::dialogs; #ifdef _WIN32 -OUStringLiteral const FilterMask_All = u"*.*"; +constexpr OUString FilterMask_All = u"*.*"_ustr; #else constexpr OUString FilterMask_All = u"*"_ustr; #endif |