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

desktop: fix Android build

Change-Id: I6176a2fa39bfbe21c5851cbcc15ae6dc8322b117
üst 6a8719b1
......@@ -289,7 +289,7 @@ extern "C" SAL_JNI_EXPORT void JNICALL Java_org_libreoffice_kit_Document_postUno
const char* pCommand = pEnv->GetStringUTFChars(command, NULL);
pDocument->pClass->postUnoCommand(pDocument, pCommand);
pDocument->pClass->postUnoCommand(pDocument, pCommand, 0);
pEnv->ReleaseStringUTFChars(command, pCommand);
}
......
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