diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-03-22 12:46:56 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-05-31 10:13:03 +0200 |
commit | 0ee6b72bf50337157e603d42e33b4a1e6a2ec715 (patch) | |
tree | 8522b058bb15890c1d0703b939826db20b2e8b6d /sw/CppunitTest_sw_ooxmlexport8.mk | |
parent | ae50762741a967a20bae9f39f1f8f7aa7dd4e763 (diff) |
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 <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'sw/CppunitTest_sw_ooxmlexport8.mk')
-rw-r--r-- | sw/CppunitTest_sw_ooxmlexport8.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sw/CppunitTest_sw_ooxmlexport8.mk b/sw/CppunitTest_sw_ooxmlexport8.mk index c46530afaef0..13e9bd6c1140 100644 --- a/sw/CppunitTest_sw_ooxmlexport8.mk +++ b/sw/CppunitTest_sw_ooxmlexport8.mk @@ -55,7 +55,11 @@ $(eval $(call gb_CppunitTest_use_system_darwin_frameworks,sw_ooxmlexport8,\ endif -$(eval $(call gb_CppunitTest_use_sdk_api,sw_ooxmlexport8)) +$(eval $(call gb_CppunitTest_use_api,sw_ooxmlexport8,\ + udkapi \ + offapi \ + oovbaapi \ +)) $(eval $(call gb_CppunitTest_use_ure,sw_ooxmlexport8)) $(eval $(call gb_CppunitTest_use_vcl,sw_ooxmlexport8)) |