Kaydet (Commit) a2141e39 authored tarafından Miklos Vajna's avatar Miklos Vajna

desktop: minimal Android build fix

Change-Id: Icb9a40c5ded676ff3f8f7db198a90bb94540bdf4
üst 3fd400c6
......@@ -301,7 +301,7 @@ extern "C" SAL_JNI_EXPORT void JNICALL Java_org_libreoffice_kit_Document_postUno
if (arguments != NULL)
pArguments = pEnv->GetStringUTFChars(arguments, NULL);
pDocument->pClass->postUnoCommand(pDocument, pCommand, pArguments);
pDocument->pClass->postUnoCommand(pDocument, pCommand, pArguments, false);
pEnv->ReleaseStringUTFChars(command, pCommand);
if (arguments != NULL)
......
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