From 3fff050a343e7fb45c3c562772b22fb5e824352f Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 12 Jan 2021 15:25:26 +0100 Subject: loplugin:stringliteralvar (clang-cl) Change-Id: I79949789634242eb95cc722bab83e0348775f274 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109174 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- basctl/source/basicide/baside3.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basctl') diff --git a/basctl/source/basicide/baside3.cxx b/basctl/source/basicide/baside3.cxx index 30d158aeb51b..69fc19b74329 100644 --- a/basctl/source/basicide/baside3.cxx +++ b/basctl/source/basicide/baside3.cxx @@ -69,7 +69,7 @@ using namespace ::com::sun::star::resource; using namespace ::com::sun::star::ui::dialogs; #ifdef _WIN32 -char const FilterMask_All[] = "*.*"; +OUStringLiteral const FilterMask_All = u"*.*"; #else constexpr OUStringLiteral FilterMask_All = u"*"; #endif -- cgit