From ce90f99a2d66c2b998ad3f9f028e2ea623a757f5 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Sun, 2 Dec 2012 22:35:57 +0100 Subject: fixes for where fast string operator+ is not perfectly source compatible Change-Id: I80af0399037e4f68113338139e7f2ad2400e65ab --- cppuhelper/source/bootstrap.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppuhelper') diff --git a/cppuhelper/source/bootstrap.cxx b/cppuhelper/source/bootstrap.cxx index 87e58deb08f2..2728890fbdf5 100644 --- a/cppuhelper/source/bootstrap.cxx +++ b/cppuhelper/source/bootstrap.cxx @@ -180,7 +180,7 @@ Reference< XComponentContext > SAL_CALL bootstrap() // start office process oslProcess hProcess = 0; oslProcessError rc = osl_executeProcess( - (path + OUSTR("soffice")).pData, ar_args, ARLEN( ar_args ), + OUString(path + "soffice").pData, ar_args, ARLEN( ar_args ), osl_Process_DETACHED, sec.getHandle(), 0, // => current working dir -- cgit v1.2.3