summaryrefslogtreecommitdiff
path: root/cppu/Module_cppu.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-04-28 13:50:01 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-04-28 15:07:45 +0200
commit679163845bd2f8b6de703f8fe704eb8912bc4ba4 (patch)
tree3bacb2d7758859b5bb052f34dcbaea89c485939d /cppu/Module_cppu.mk
parent8e7b61c48544b722b1cea41c9e2e6b1e01191be9 (diff)
tdf#115399: Don't kill pre-existing typelib_TypeDescription members
...in typelib_typedescription_register, in case they are already being referenced from elsewhere. Instead, only move from *ppNewDescription to pTDR->pType those members that were not yet initialized in the latter. Change-Id: I7620219d137f8dd7f24a0f4a04eda30669b6c5a9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93062 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'cppu/Module_cppu.mk')
-rw-r--r--cppu/Module_cppu.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/cppu/Module_cppu.mk b/cppu/Module_cppu.mk
index d5c47c88a2b6..17f6936f7878 100644
--- a/cppu/Module_cppu.mk
+++ b/cppu/Module_cppu.mk
@@ -27,6 +27,7 @@ $(eval $(call gb_Module_add_check_targets,cppu,\
CppunitTest_cppu_qa_reference \
CppunitTest_cppu_qa_unotype \
CppunitTest_cppu_test_cppumaker \
+ CppunitTest_cppu_typelib \
))
# vim: set noet sw=4 ts=4: