summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/source/lokcallback.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/source/lokcallback.cxx b/test/source/lokcallback.cxx
index 912fe2d8c807..389219192a50 100644
--- a/test/source/lokcallback.cxx
+++ b/test/source/lokcallback.cxx
@@ -30,8 +30,8 @@ void TestLokCallbackWrapper::libreOfficeKitViewCallback(int nType, const char* p
callCallback(nType, pPayload);
}
-void TestLokCallbackWrapper::libreOfficeKitViewCallback(int nType, const char* pPayload,
- int /*nViewId*/)
+void TestLokCallbackWrapper::libreOfficeKitViewCallbackWithViewId(int nType, const char* pPayload,
+ int /*nViewId*/)
{
callCallback(nType, pPayload); // the view id is also included in payload
}