desktop/source/lib/lokandroid.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a2141e39dbaecfdbf7a9b25abba25ad175746183
Author: Miklos Vajna <vmik...@collabora.co.uk>
Date:   Tue Nov 3 14:13:38 2015 +0100

    desktop: minimal Android build fix
    
    Change-Id: Icb9a40c5ded676ff3f8f7db198a90bb94540bdf4

diff --git a/desktop/source/lib/lokandroid.cxx 
b/desktop/source/lib/lokandroid.cxx
index 9d7ce6e..017ab8a 100644
--- a/desktop/source/lib/lokandroid.cxx
+++ b/desktop/source/lib/lokandroid.cxx
@@ -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)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to