summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-01-20 15:07:28 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-01-20 19:21:50 +0000
commita2d093c06d047e9efe41c90e7269d0dd2293e9c8 (patch)
tree29ef655b60dabdedc0c67f483c0f974d0ce1f161 /offapi
parentbf1bf0bcd57fdc53bbc0ea97cc83275545398916 (diff)
no need to load the list of impress/draw modules from config
this is not something that changes Change-Id: Ie382665690a8baa31c916029de567cccdfdd0425 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145897 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/drawing/framework/XModuleController.idl7
1 files changed, 1 insertions, 6 deletions
diff --git a/offapi/com/sun/star/drawing/framework/XModuleController.idl b/offapi/com/sun/star/drawing/framework/XModuleController.idl
index fab24be73a5d..8d9d9b3a9d7b 100644
--- a/offapi/com/sun/star/drawing/framework/XModuleController.idl
+++ b/offapi/com/sun/star/drawing/framework/XModuleController.idl
@@ -23,12 +23,7 @@ interface XView;
/** The module controller is responsible for loading a module (ad-don,
plugin, whatever the name) when it is first used.
- <p>For this there is a
- list in the office configuration which associates resource URLs with
- service names which in turn are associated with modules (or dlls). The
- path to the office configuration list is
- MultiPaneGUI/Framework/ResourceFactories in the
- Impress.xcu file.</p>
+ <p>For this there is a list in the sd::framework::ModuleController class.</p>
*/
interface XModuleController
{