diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-11-11 16:44:59 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-11-11 20:09:41 +0100 |
commit | 7986d35eee84fdf391c563602fb348758e1cd254 (patch) | |
tree | 0be65fbf8655c1461f712537ba0130f99b4d8da2 /sfx2 | |
parent | 4c9093c95445c154c4ce7db1756ca936ea0752ca (diff) |
move password handling from SwModelTestBase to UnoApiTest
so other places inheriting from UnoApiTest can also import/export
protected documents
Change-Id: I0e2716204dbb171c9e17e3939b266977e1b96dda
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142592
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/CppunitTest_sfx2_doc.mk | 1 | ||||
-rw-r--r-- | sfx2/CppunitTest_sfx2_view.mk | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/CppunitTest_sfx2_doc.mk b/sfx2/CppunitTest_sfx2_doc.mk index 81ddc76e55f3..f1f404d13b2e 100644 --- a/sfx2/CppunitTest_sfx2_doc.mk +++ b/sfx2/CppunitTest_sfx2_doc.mk @@ -22,6 +22,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sfx2_doc, \ $(eval $(call gb_CppunitTest_use_libraries,sfx2_doc, \ comphelper \ cppu \ + cppuhelper \ sal \ subsequenttest \ test \ diff --git a/sfx2/CppunitTest_sfx2_view.mk b/sfx2/CppunitTest_sfx2_view.mk index f6f247ee7618..70ca709fe4b6 100644 --- a/sfx2/CppunitTest_sfx2_view.mk +++ b/sfx2/CppunitTest_sfx2_view.mk @@ -22,6 +22,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sfx2_view, \ $(eval $(call gb_CppunitTest_use_libraries,sfx2_view, \ comphelper \ cppu \ + cppuhelper \ sal \ subsequenttest \ test \ |