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 /offapi | |
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 'offapi')
-rw-r--r-- | offapi/UnoApi_offapi.mk | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/cui/AsynchronousColorPicker.idl (renamed from offapi/com/sun/star/cui/AsyncColorPicker.idl) | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk index 72591fdbbbf8..46718a5c2fa2 100644 --- a/offapi/UnoApi_offapi.mk +++ b/offapi/UnoApi_offapi.mk @@ -100,7 +100,7 @@ $(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,com/sun/star/configuration,\ theDefaultProvider \ )) $(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,com/sun/star/cui,\ - AsyncColorPicker \ + AsynchronousColorPicker \ ColorPicker \ )) $(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,com/sun/star/datatransfer,\ diff --git a/offapi/com/sun/star/cui/AsyncColorPicker.idl b/offapi/com/sun/star/cui/AsynchronousColorPicker.idl index a4f8c28d9b3e..1fb8f195c6db 100644 --- a/offapi/com/sun/star/cui/AsyncColorPicker.idl +++ b/offapi/com/sun/star/cui/AsynchronousColorPicker.idl @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __com_sun_star_cui_AsyncColorPicker_idl__ -#define __com_sun_star_cui_AsyncColorPicker_idl__ +#ifndef __com_sun_star_cui_AsynchronousColorPicker_idl__ +#define __com_sun_star_cui_AsynchronousColorPicker_idl__ #include <com/sun/star/ui/dialogs/XAsynchronousExecutableDialog.idl> #include <com/sun/star/awt/XWindow.idl> @@ -26,9 +26,9 @@ module com { module sun { module star { module cui { /** - @since LibreOffice 7.2 + @since LibreOffice 7.3 */ -service AsyncColorPicker : com::sun::star::ui::dialogs::XAsynchronousExecutableDialog +service AsynchronousColorPicker : com::sun::star::ui::dialogs::XAsynchronousExecutableDialog { createWithParent([in] com::sun::star::awt::XWindow Parent); }; |