diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-04-19 18:55:41 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-04-21 08:07:06 +0200 |
commit | 901360967dde5d3948d4a28d156ad526b0802ca1 (patch) | |
tree | 1b317e10a4e6df7e9911d87b0003f93df1b1f2f9 /cui/util/cui.component | |
parent | a5e002442cba22f6d0806197e5a155353593bcd0 (diff) |
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 <sbergman@redhat.com>
Diffstat (limited to 'cui/util/cui.component')
-rw-r--r-- | cui/util/cui.component | 3 |
1 files changed, 0 insertions, 3 deletions
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> |