diff options
author | David Tardon <dtardon@redhat.com> | 2012-04-08 15:17:45 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-04-08 15:17:45 +0200 |
commit | 5fcacd84082b039c4c2d6f3470d51b3c49b3110c (patch) | |
tree | d9c7d469e295a1ae69103019d9020f55dbaf3bef /sdext | |
parent | fbbb833dda9e86d93e8f45f02a1286edb81033a3 (diff) |
rename gb_CppunitTest_uses_ure
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/CppunitTest_pdfimport.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/CppunitTest_pdfimport.mk b/sdext/CppunitTest_pdfimport.mk index 184244253a99..fd0ebdac10d2 100644 --- a/sdext/CppunitTest_pdfimport.mk +++ b/sdext/CppunitTest_pdfimport.mk @@ -65,7 +65,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sdext_pdfimport,\ sdext/source/pdfimport/test/tests \ )) -$(eval $(call gb_CppunitTest_uses_ure,sdext_pdfimport)) +$(eval $(call gb_CppunitTest_use_ure,sdext_pdfimport)) $(eval $(call gb_CppunitTest_use_components,sdext_pdfimport,\ comphelper/util/comphelp \ |