From cf6cbd29fdeba54bd83a87c1165d49312dc2d2a6 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 18 Feb 2016 10:06:38 +0200 Subject: WaE: replace OUString constructed from a string literal directly ... ... with the string literal [loplugin:stringconstant] Change-Id: I38fff65c8b5da320ad82419f5c7b46f35da2aa62 --- stoc/source/javavm/javavm.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stoc/source') diff --git a/stoc/source/javavm/javavm.cxx b/stoc/source/javavm/javavm.cxx index 64b55f76b55b..918707f1ef9e 100644 --- a/stoc/source/javavm/javavm.cxx +++ b/stoc/source/javavm/javavm.cxx @@ -540,7 +540,7 @@ void initVMConfiguration( // java-side force look and feel to something that doesn't // crash when we are using gtk3 if (getenv("STOC_FORCE_SYSTEM_LAF")) - pjvm->pushProp(OUString("swing.systemlaf=javax.swing.plaf.metal.MetalLookAndFeel")); + pjvm->pushProp("swing.systemlaf=javax.swing.plaf.metal.MetalLookAndFeel"); setTimeZone(pjvm); } -- cgit