From e1b2af19329bcf7a0aa5e8f36cb7fe100147fab5 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Thu, 17 Nov 2016 16:38:03 +0100 Subject: [PATCH] that should have been LibreOfficeKit*Document*Class Change-Id: I48f9db39be18ae9a456002de8f40fbb0fb3be707 --- desktop/source/lib/lokandroid.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/source/lib/lokandroid.cxx b/desktop/source/lib/lokandroid.cxx index f3ac258527cd..af3604aed6b6 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);