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

New commits:
commit e1b2af19329bcf7a0aa5e8f36cb7fe100147fab5
Author: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
Date:   Thu Nov 17 16:38:03 2016 +0100

    that should have been LibreOfficeKit*Document*Class
    
    Change-Id: I48f9db39be18ae9a456002de8f40fbb0fb3be707

diff --git a/desktop/source/lib/lokandroid.cxx 
b/desktop/source/lib/lokandroid.cxx
index f3ac258..af3604a 100644
--- a/desktop/source/lib/lokandroid.cxx
+++ b/desktop/source/lib/lokandroid.cxx
@@ -321,7 +321,7 @@ extern "C" SAL_JNI_EXPORT jstring JNICALL 
Java_org_libreoffice_kit_Document_getT
     const char* pMimeType = pEnv->GetStringUTFChars(mimeType, NULL);
 
     char* pUsedMimeType = 0;
-    LibreOfficeKitClass* pcls = pDocument->pClass;
+    LibreOfficeKitDocumentClass* pcls = pDocument->pClass;
     char* pSelection = pcls->getTextSelection(pDocument, pMimeType, 
&pUsedMimeType);
     free(pUsedMimeType);
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to