[Libreoffice-commits] core.git: desktop/qa
Pranav Kant
pranavk at collabora.co.uk
Tue Feb 27 15:27:54 UTC 2018
desktop/qa/desktop_lib/test_desktop_lib.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 83a8527a00932d9eaf1fd07654d240bd20dc4c21
Author: Pranav Kant <pranavk at collabora.co.uk>
Date: Tue Feb 27 20:47:55 2018 +0530
Fix build
Fallback from 0a1a3a64823c0509c4b5f1edc6ee51ca991d3501
Change-Id: I1a8390fd5c5d40521f7810ee57f5028d91456849
diff --git a/desktop/qa/desktop_lib/test_desktop_lib.cxx b/desktop/qa/desktop_lib/test_desktop_lib.cxx
index 4d2d50644b16..493a3ef48bc4 100644
--- a/desktop/qa/desktop_lib/test_desktop_lib.cxx
+++ b/desktop/qa/desktop_lib/test_desktop_lib.cxx
@@ -2291,7 +2291,7 @@ void DesktopLOKTest::testABI()
CPPUNIT_ASSERT_EQUAL(documentClassOffset(37), offsetof(struct _LibreOfficeKitDocumentClass, postWindowKeyEvent));
CPPUNIT_ASSERT_EQUAL(documentClassOffset(38), offsetof(struct _LibreOfficeKitDocumentClass, postWindowMouseEvent));
CPPUNIT_ASSERT_EQUAL(documentClassOffset(39), offsetof(struct _LibreOfficeKitDocumentClass, setViewLanguage));
- CPPUNIT_ASSERT_EQUAL(documentClassOffset(40), offsetof(struct _LibreOfficeKitDocumentClass, postExtTextInputEvent));
+ CPPUNIT_ASSERT_EQUAL(documentClassOffset(40), offsetof(struct _LibreOfficeKitDocumentClass, postWindowExtTextInputEvent));
// Extending is fine, update this, and add new assert for the offsetof the
// new method
More information about the Libreoffice-commits
mailing list