Kaydet (Commit) 6cc82cdd authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)

Change-Id: I183fe5bf36ede2f411c86b5650348cb10978211b
üst bf6b30ba
...@@ -490,7 +490,7 @@ static void setTimeZone(stoc_javavm::JVM * pjvm) throw() { ...@@ -490,7 +490,7 @@ static void setTimeZone(stoc_javavm::JVM * pjvm) throw() {
#endif #endif
if (!strcmp(TIMEZONE, p)) if (!strcmp(TIMEZONE, p))
pjvm->pushProp(OUString("user.timezone=ECT")); pjvm->pushProp("user.timezone=ECT");
} }
void initVMConfiguration( void initVMConfiguration(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment