From 0ee6b72bf50337157e603d42e33b4a1e6a2ec715 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 --- sw/CppunitTest_sw_ww8export.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sw/CppunitTest_sw_ww8export.mk') diff --git a/sw/CppunitTest_sw_ww8export.mk b/sw/CppunitTest_sw_ww8export.mk index fda20b5c2e28..41210a8b88b3 100644 --- a/sw/CppunitTest_sw_ww8export.mk +++ b/sw/CppunitTest_sw_ww8export.mk @@ -43,7 +43,11 @@ $(eval $(call gb_CppunitTest_set_include,sw_ww8export,\ $$(INCLUDE) \ )) -$(eval $(call gb_CppunitTest_use_sdk_api,sw_ww8export)) +$(eval $(call gb_CppunitTest_use_api,sw_ww8export,\ + udkapi \ + offapi \ + oovbaapi \ +)) $(eval $(call gb_CppunitTest_use_ure,sw_ww8export)) $(eval $(call gb_CppunitTest_use_vcl,sw_ww8export)) -- cgit