io/Library_io.mk | 1 -
1 file changed, 1 deletion(-)
New commits:
commit c5e38abb10914ab262d970902743b204e4a99a99
Author: Stephan Bergmann <[email protected]>
AuthorDate: Mon May 9 15:30:59 2022 +0200
Commit: Stephan Bergmann <[email protected]>
CommitDate: Mon May 9 17:56:47 2022 +0200
URE Library_io should not depend on Library_comphelper
...and apparently doesn't need to, even though that dependency got added
with
6af2e7d21ce050758ad07fbb951a38b2da2b6c4c "use more
comphelper::OInterfaceContainerHelper2"
Change-Id: I74a4d04be9a37291bc37d908173381eb341b6df4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134077
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <[email protected]>
diff --git a/io/Library_io.mk b/io/Library_io.mk
index 6c70822eece1..d2c60b303984 100644
--- a/io/Library_io.mk
+++ b/io/Library_io.mk
@@ -14,7 +14,6 @@ $(eval $(call gb_Library_use_external,io,boost_headers))
$(eval $(call gb_Library_use_udk_api,io))
$(eval $(call gb_Library_use_libraries,io,\
- comphelper \
cppu \
cppuhelper \
sal \