summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2021-01-12 15:25:26 +0100
committerStephan Bergmann <sbergman@redhat.com>2021-01-13 07:36:36 +0100
commit3fff050a343e7fb45c3c562772b22fb5e824352f (patch)
treeeef56086bd10479f2589a89cb2cd56b1f8b3427b /vcl
parentdcfac443c608aec2ce4e5fa30a3dd021b5a8bfd3 (diff)
loplugin:stringliteralvar (clang-cl)
Change-Id: I79949789634242eb95cc722bab83e0348775f274 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109174 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/win/dtrans/ftransl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/win/dtrans/ftransl.cxx b/vcl/win/dtrans/ftransl.cxx
index f7eb3e2086ed..6bcf59066b81 100644
--- a/vcl/win/dtrans/ftransl.cxx
+++ b/vcl/win/dtrans/ftransl.cxx
@@ -34,7 +34,7 @@
#define CPPUTYPE_SEQSALINT8 cppu::UnoType<Sequence< sal_Int8 >>::get()
#define CPPUTYPE_DEFAULT CPPUTYPE_SEQSALINT8
-const char Windows_FormatName[] = "windows_formatname";
+const OUStringLiteral Windows_FormatName = u"windows_formatname";
const css::uno::Type CppuType_ByteSequence = cppu::UnoType<css::uno::Sequence<sal_Int8>>::get();
const css::uno::Type CppuType_String = ::cppu::UnoType<OUString>::get();