diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-11-09 14:22:09 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-11-09 19:08:32 +0100 |
commit | 87dce617eb1cbbb650dda3e5dc557fa0a058e505 (patch) | |
tree | ee252c285326858fab6cd076b2ddcc10b5e94616 /xmloff/CppunitTest_xmloff_text.mk | |
parent | 7f8b79c21c3af20e443d487af0d40a36e611bda0 (diff) |
UnoApiTest: factor out common code
Change-Id: I1d84d8c1e371016a4f4f068af1e9c76635f28cf4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142490
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'xmloff/CppunitTest_xmloff_text.mk')
-rw-r--r-- | xmloff/CppunitTest_xmloff_text.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/CppunitTest_xmloff_text.mk b/xmloff/CppunitTest_xmloff_text.mk index 7c4ffd32d389..6734e852ac6e 100644 --- a/xmloff/CppunitTest_xmloff_text.mk +++ b/xmloff/CppunitTest_xmloff_text.mk @@ -29,6 +29,7 @@ $(eval $(call gb_CppunitTest_use_libraries,xmloff_text, \ test \ unotest \ utl \ + tl \ )) $(eval $(call gb_CppunitTest_use_sdk_api,xmloff_text)) |