From 3849a867037f9378d2a80cebf5461844b71d6c7e Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 22 Mar 2018 12:46:56 +0200 Subject: SwModule is a convenient (?) place for passing events to Automation clients Generate Application.DocumentChange and Application.Quit events. SfxHintId::DocChanged seems to correspond nicely enough to Application.DocumentChange. It is generated a bit eagerly, but as its documentation is fairly vague and no specific detailed information is passed in parameters anyway, it probably doesn't hurt if a client gets it a bit more often with LO than with some other product. Can now remove the FIXME-marked Quit event things in SwVbaApplication. Now need oovbaapi in many makefiles for them to compile. Change-Id: I4d0c5b93b584f198bcc854002eec7aaba7909ecc Reviewed-on: https://gerrit.libreoffice.org/55106 Reviewed-by: Tor Lillqvist Tested-by: Tor Lillqvist --- sc/CppunitTest_sc_addin_functions_test.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/CppunitTest_sc_addin_functions_test.mk') diff --git a/sc/CppunitTest_sc_addin_functions_test.mk b/sc/CppunitTest_sc_addin_functions_test.mk index b1aa766679be..24cbcaf22d1c 100644 --- a/sc/CppunitTest_sc_addin_functions_test.mk +++ b/sc/CppunitTest_sc_addin_functions_test.mk @@ -60,6 +60,7 @@ $(eval $(call gb_CppunitTest_set_include,sc_addin_functions_test,\ $(eval $(call gb_CppunitTest_use_api,sc_addin_functions_test,\ offapi \ udkapi \ + oovbaapi \ )) $(eval $(call gb_CppunitTest_use_ure,sc_addin_functions_test)) -- cgit