diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-10-24 13:43:14 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-10-24 19:34:17 +0200 |
commit | 910bbd320f0019737add834a54aff7ab56247681 (patch) | |
tree | a0274e1319eba13363a8fd789d9710eea8e6f85b /xmloff/CppunitTest_xmloff_text.mk | |
parent | ca44f2d25b3f79d2d3f1867be540e335b9044b5b (diff) |
CppunitTest_xmloff_text: inherit from UnoApiTest
Change-Id: Ic876ff8d67a7da22e381510bebf3ddb80139a81b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141760
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 ad6711a89101..7c4ffd32d389 100644 --- a/xmloff/CppunitTest_xmloff_text.mk +++ b/xmloff/CppunitTest_xmloff_text.mk @@ -25,6 +25,7 @@ $(eval $(call gb_CppunitTest_use_libraries,xmloff_text, \ cppu \ embobj \ sal \ + subsequenttest \ test \ unotest \ utl \ |