Kaydet (Commit) abfd688a authored tarafından Michael Stahl's avatar Michael Stahl

extensions: fix wrongly converted OUString literals

Change-Id: I23594fe715fbd8d34ea5d938bde963a17dffb296
üst 1475618f
......@@ -321,9 +321,9 @@ Reference< lang::XMultiServiceFactory > SAL_CALL start_office(NSP_PIPE_FD read_f
// arguments
OUString args [] = {
"--nologo",
"--nodefault",
"--nolockcheck",
OUString("--nologo"),
OUString("--nodefault"),
OUString("--nolockcheck"),
sConnectStartString,
};
......
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