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 /lotuswordpro | |
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 'lotuswordpro')
-rw-r--r-- | lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk b/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk index 2dc96aac3dea..80d5681d4bd8 100644 --- a/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk +++ b/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk @@ -56,10 +56,6 @@ $(eval $(call gb_CppunitTest_use_api,lotuswordpro_test_lotuswordpro,\ $(eval $(call gb_CppunitTest_uses_ure,lotuswordpro_test_lotuswordpro)) -$(eval $(call gb_CppunitTest_use_type_rdbs,lotuswordpro_test_lotuswordpro,\ - types \ -)) - $(eval $(call gb_CppunitTest_use_components,lotuswordpro_test_lotuswordpro,\ configmgr/source/configmgr \ lotuswordpro/util/lwpfilter \ |