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

desktop: minimal Android build fix

Change-Id: Icb9a40c5ded676ff3f8f7db198a90bb94540bdf4
(cherry picked from commit a2141e39)
üst a900c9c8
......@@ -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