summaryrefslogtreecommitdiff
path: root/offapi/com
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2024-10-14 16:44:33 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-10-14 21:53:12 +0200
commit40931f8324c91ba69e99a07a41abcafe0200ab98 (patch)
tree6cfdf114ad07a4f77fa0d3a92a33e0e60868eeff /offapi/com
parent8af3358203e71564b69ae4a687989a57a2a8605e (diff)
fix comment
the original function was removed in commit 47bfbbdb73380335196887b36c4d14530c0461ec Author: Noel Grandin <noel.grandin@collabora.co.uk> 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 <noel.grandin@collabora.co.uk> Tested-by: Jenkins
Diffstat (limited to 'offapi/com')
-rw-r--r--offapi/com/sun/star/cui/GetCreateDialogFactoryService.idl2
1 files changed, 1 insertions, 1 deletions
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