summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui/ModuleUIConfigurationManager.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ui/ModuleUIConfigurationManager.idl')
-rw-r--r--offapi/com/sun/star/ui/ModuleUIConfigurationManager.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ui/ModuleUIConfigurationManager.idl b/offapi/com/sun/star/ui/ModuleUIConfigurationManager.idl
index 24347bf2b30c..51c9e2f1aa94 100644
--- a/offapi/com/sun/star/ui/ModuleUIConfigurationManager.idl
+++ b/offapi/com/sun/star/ui/ModuleUIConfigurationManager.idl
@@ -50,14 +50,14 @@ service ModuleUIConfigurationManager
<p>
A module user interface configuration manager instance needs the following arguments as
- <type scope="com::sun::star::beans">PropertyValue</type> to be in a working state:
+ com::sun::star::beans::PropertyValue to be in a working state:
<ul>
- <li><b>DefaultConfigStorage</b>a reference to a <type scope="com::sun::star::embed">Storage</type> that
+ <li><b>DefaultConfigStorage</b>a reference to a com::sun::star::embed::Storage that
contains the default module user interface configuration settings.</li>
- <li><b>UserConfigStorage</b>a reference to a <type scope="com::sun::star::embed">Storage</type> that
+ <li><b>UserConfigStorage</b>a reference to a com::sun::star::embed::Storage that
contains the user-defined module user interface configuration settings.</li>
<li><b>ModuleIdentifier</b>string that provides the module identifier.</li>
- <li><b>UserRootCommit</b>a reference to a <type scope="com::sun::star::embed">XTransactedObject</type> which
+ <li><b>UserRootCommit</b>a reference to a com::sun::star::embed::XTransactedObject which
represents the customizable root storage. Every implementation must use this reference to commit its
changes also at the root storage.</li>
</ul>