diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2021-08-19 15:34:46 +0200 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2021-08-27 17:22:42 +0200 |
commit | b4d1bed49e0c262f90e9e3f720dd9816d57d3b99 (patch) | |
tree | 850a9fd9d67242b5b7018501e5f97b4222c70afd /cui | |
parent | 4bf04dea9afb30a9395e80b07a81d1908937ee8b (diff) |
Rename AsyncColorPicker -> AsynchronousColorPicker
Change-Id: If26865ea063df3052e6ba61642fe36f5a1a47929
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120735
Tested-by: Jenkins
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/colorpicker.cxx | 2 | ||||
-rw-r--r-- | cui/util/cui.component | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/dialogs/colorpicker.cxx b/cui/source/dialogs/colorpicker.cxx index 1ecaa887e206..397e275c663a 100644 --- a/cui/source/dialogs/colorpicker.cxx +++ b/cui/source/dialogs/colorpicker.cxx @@ -1286,7 +1286,7 @@ sal_Bool SAL_CALL ColorPicker::supportsService( const OUString& sServiceName ) Sequence< OUString > SAL_CALL ColorPicker::getSupportedServiceNames( ) { return { "com.sun.star.ui.dialogs.ColorPicker", - "com.sun.star.ui.dialogs.AsyncColorPicker" }; + "com.sun.star.ui.dialogs.AsynchronousColorPicker" }; } // XPropertyAccess diff --git a/cui/util/cui.component b/cui/util/cui.component index ae88b06d84bf..1be360dcd6bb 100644 --- a/cui/util/cui.component +++ b/cui/util/cui.component @@ -23,8 +23,8 @@ constructor="com_sun_star_cui_ColorPicker_get_implementation"> <service name="com.sun.star.ui.dialogs.ColorPicker"/> </implementation> - <implementation name="com.sun.star.cui.AsyncColorPicker" + <implementation name="com.sun.star.cui.AsynchronousColorPicker" constructor="com_sun_star_cui_ColorPicker_get_implementation"> - <service name="com.sun.star.ui.dialogs.AsyncColorPicker"/> + <service name="com.sun.star.ui.dialogs.AsynchronousColorPicker"/> </implementation> </component> |