cui/util/cui.component | 3 --- 1 file changed, 3 deletions(-) New commits: commit 901360967dde5d3948d4a28d156ad526b0802ca1 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Wed Apr 19 18:55:41 2023 +0200 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Fri Apr 21 08:07:06 2023 +0200
Combine com.sun.star.cui.[Asynchronous]ColorPicker implementation decls f54ccf09a5073b6e544c976da68de0c9fc0bdf6c "Make Custom Color Picker dialog async" had added the additional com.sun.star.cui.AsyncColorPicker implementation entry (later renamed to com.sun.star.cui.AsynchronousColorPicker) for the same actual C++ implementation, presumably out of confusion. (The implementation name "com.sun.star.cui.AsynchronousColorPicker" appears to not be mentioned anywhere else than in this .component file, so it shouldn't matter to drop it.) Change-Id: I80cc4f474d71493fb5bc125d9137595184cc6e96 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150644 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/cui/util/cui.component b/cui/util/cui.component index 1be360dcd6bb..1f73b1136cca 100644 --- a/cui/util/cui.component +++ b/cui/util/cui.component @@ -22,9 +22,6 @@ <implementation name="com.sun.star.cui.ColorPicker" constructor="com_sun_star_cui_ColorPicker_get_implementation"> <service name="com.sun.star.ui.dialogs.ColorPicker"/> - </implementation> - <implementation name="com.sun.star.cui.AsynchronousColorPicker" - constructor="com_sun_star_cui_ColorPicker_get_implementation"> <service name="com.sun.star.ui.dialogs.AsynchronousColorPicker"/> </implementation> </component>