diff options
author | David Tardon <dtardon@redhat.com> | 2012-04-08 11:15:40 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-04-08 14:53:07 +0200 |
commit | fe209e78db5df329f38363a23109dcec67f4abcf (patch) | |
tree | 97ff8be18beff957f92e9d8ed2ac63f0de3ee22e /svl | |
parent | e4406fdc4b92427427b156c75ee048b5adf28410 (diff) |
let use_api handle the use of type rdbs at runtime
Or is there any use case where we would need to use UNO API headers, but
not require the appropriate type database at runtime?
Diffstat (limited to 'svl')
-rw-r--r-- | svl/CppunitTest_svl_urihelper.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/svl/CppunitTest_svl_urihelper.mk b/svl/CppunitTest_svl_urihelper.mk index e8c4132149b3..ac88cd1fac78 100644 --- a/svl/CppunitTest_svl_urihelper.mk +++ b/svl/CppunitTest_svl_urihelper.mk @@ -51,10 +51,6 @@ $(eval $(call gb_CppunitTest_use_libraries,svl_urihelper, \ $(gb_STDLIBS) \ )) -$(eval $(call gb_CppunitTest_use_type_rdbs,svl_urihelper, \ - types \ -)) - $(eval $(call gb_CppunitTest_set_args,svl_urihelper, \ --protector unoexceptionprotector$(gb_Library_DLLEXT) \ unoexceptionprotector \ |