extensions: fix wrongly converted OUString literals
Change-Id: I23594fe715fbd8d34ea5d938bde963a17dffb296
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user