offapi/com/sun/star/cui/GetCreateDialogFactoryService.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 40931f8324c91ba69e99a07a41abcafe0200ab98 Author: Noel Grandin <[email protected]> AuthorDate: Mon Oct 14 16:44:33 2024 +0200 Commit: Noel Grandin <[email protected]> CommitDate: Mon Oct 14 21:53:12 2024 +0200 fix comment the original function was removed in commit 47bfbbdb73380335196887b36c4d14530c0461ec Author: Noel Grandin <[email protected]> Date: Fri Feb 23 13:05:55 2024 +0200 Create an UNO service to do the cui symbol lookup in vcl Change-Id: I0f72318fd3eae0c8b34624cc8f05800b9de4d0ba Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174904 Reviewed-by: Noel Grandin <[email protected]> Tested-by: Jenkins diff --git a/offapi/com/sun/star/cui/GetCreateDialogFactoryService.idl b/offapi/com/sun/star/cui/GetCreateDialogFactoryService.idl index c0fc03c52131..bc8473fe90d0 100644 --- a/offapi/com/sun/star/cui/GetCreateDialogFactoryService.idl +++ b/offapi/com/sun/star/cui/GetCreateDialogFactoryService.idl @@ -20,7 +20,7 @@ module com { module sun { module star { module cui { /** - The vcl module uses this to call ::cui::GetFactory() in the cui module. + The vcl module uses this to call 'new AbstractDialogFactory_Impl' in the cui module. Because we have a dependency in our modules that goes the "wrong" way. @since LibreOffice 24.8
