diff options
author | Pranav Kant <pranavk@collabora.co.uk> | 2018-02-27 20:47:55 +0530 |
---|---|---|
committer | Pranav Kant <pranavk@collabora.co.uk> | 2018-02-27 20:57:20 +0530 |
commit | 83a8527a00932d9eaf1fd07654d240bd20dc4c21 (patch) | |
tree | 388c7143f2c4c6f00232e6dcafb41d094c973299 | |
parent | d4a8d91abd40dee7f7bd739a678a502a6e34cb59 (diff) |
Fix build
Fallback from 0a1a3a64823c0509c4b5f1edc6ee51ca991d3501
Change-Id: I1a8390fd5c5d40521f7810ee57f5028d91456849
-rw-r--r-- | desktop/qa/desktop_lib/test_desktop_lib.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |