offapi/com/sun/star/cui/ColorPicker.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ecf21a7f808ad15b586c95ee42e0593b0411bcbc Author: Samuel Mehrbrodt <[email protected]> AuthorDate: Mon Nov 17 22:25:00 2025 +0100 Commit: Samuel Mehrbrodt <[email protected]> CommitDate: Mon Nov 24 12:32:42 2025 +0100 Make ColorPicker public This is already used by external code, see for example: https://forum.openoffice.org/en/forum/viewtopic.php?f=21&t=99268 Change-Id: Ic4167775d55d4c38dd0301daff8e0a25e7b4f5c3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194138 Reviewed-by: Samuel Mehrbrodt <[email protected]> Tested-by: Jenkins diff --git a/offapi/com/sun/star/cui/ColorPicker.idl b/offapi/com/sun/star/cui/ColorPicker.idl index 4490b7cd08d3..b3106d8a002b 100644 --- a/offapi/com/sun/star/cui/ColorPicker.idl +++ b/offapi/com/sun/star/cui/ColorPicker.idl @@ -23,7 +23,7 @@ module com { module sun { module star { module cui { /** @since LibreOffice 4.1 */ -service ColorPicker : com::sun::star::ui::dialogs::XExecutableDialog +published service ColorPicker : com::sun::star::ui::dialogs::XExecutableDialog { createWithParent([in] com::sun::star::awt::XWindow Parent); };
