Combine com.sun.star.cui.[Asynchronous]ColorPicker implementation decls
f54ccf09a5
"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>
This commit is contained in:
parent
a5e002442c
commit
901360967d
1 changed files with 0 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue