summaryrefslogtreecommitdiff
path: root/stoc/Library_reflection.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2023-03-21 23:16:35 +0100
committerStephan Bergmann <sbergman@redhat.com>2023-03-22 08:46:35 +0000
commit9111536f1bbaed489ed3ed36315e05d4b3940f5b (patch)
treec0243c00d14d7ee8439a76f5982d92f74ef87631 /stoc/Library_reflection.mk
parent464a3549ae228bcd70bae8ea519fc781c2cc9e45 (diff)
Introduce css.reflection.Dump singleton
...and revert e1c6f36d8bcc0799281e3a7e244175f682d97cb2 "Add a to_string() function to the code generated for UNO IDL constant groups". (But keep the constants groups the latter had added to cppu/qa/cppumaker/types.idl, and use them in the newly added CppunitTest_stoc_dump, for better or worse.) Change-Id: I56e9eaeb1e45b83a72a25eceef13e719dc6f3a1e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149281 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'stoc/Library_reflection.mk')
-rw-r--r--stoc/Library_reflection.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/stoc/Library_reflection.mk b/stoc/Library_reflection.mk
index eac448030f14..083b2378363b 100644
--- a/stoc/Library_reflection.mk
+++ b/stoc/Library_reflection.mk
@@ -28,6 +28,7 @@ $(eval $(call gb_Library_add_exception_objects,reflection,\
stoc/source/corereflection/crefl \
stoc/source/corereflection/crenum \
stoc/source/corereflection/criface \
+ stoc/source/corereflection/dump \
))
# vim:set noet sw=4 ts=4: