summaryrefslogtreecommitdiff
path: root/cui/source
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2021-08-19 15:34:46 +0200
committerSzymon Kłos <szymon.klos@collabora.com>2021-08-27 17:22:42 +0200
commitb4d1bed49e0c262f90e9e3f720dd9816d57d3b99 (patch)
tree850a9fd9d67242b5b7018501e5f97b4222c70afd /cui/source
parent4bf04dea9afb30a9395e80b07a81d1908937ee8b (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/source')
-rw-r--r--cui/source/dialogs/colorpicker.cxx2
1 files changed, 1 insertions, 1 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