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
|
// arguments
|
||||||
OUString args [] = {
|
OUString args [] = {
|
||||||
"--nologo",
|
OUString("--nologo"),
|
||||||
"--nodefault",
|
OUString("--nodefault"),
|
||||||
"--nolockcheck",
|
OUString("--nolockcheck"),
|
||||||
sConnectStartString,
|
sConnectStartString,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user