diff options
author | Jens Carl <j.carl43@gmx.de> | 2018-12-08 08:22:48 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-12-15 06:47:46 +0100 |
commit | 2d6e0bdda331dc6343972f9ec786335aa8ddc674 (patch) | |
tree | 7e056b8b97b74dbf54fec8feba4299058d9a81de /sc/Module_sc.mk | |
parent | 4f4f74642838d19278339fac9f8bc75ed8bfe1d5 (diff) |
tdf#45904 Move XRefreshable Java tests to C++
Move XRefreshable Java tests to C++ for ScHeaderFieldsObj.
Change-Id: Ia922b11e93f38bfc56795cc34c150b3429fd5447
Reviewed-on: https://gerrit.libreoffice.org/64798
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r-- | sc/Module_sc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index a4fa70eb4abd..95bfd089dd13 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -135,6 +135,7 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\ CppunitTest_sc_filterdescriptorbaseobj \ CppunitTest_sc_functiondescriptionobj \ CppunitTest_sc_functionlistobj \ + CppunitTest_sc_headerfieldsobj \ CppunitTest_sc_headerfootercontentobj \ CppunitTest_sc_indexenumeration_cellannotationsenumeration \ CppunitTest_sc_indexenumeration_cellarealinksenumeration \ |