summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui/WindowStateConfiguration.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ui/WindowStateConfiguration.idl')
-rw-r--r--offapi/com/sun/star/ui/WindowStateConfiguration.idl29
1 files changed, 13 insertions, 16 deletions
diff --git a/offapi/com/sun/star/ui/WindowStateConfiguration.idl b/offapi/com/sun/star/ui/WindowStateConfiguration.idl
index 6a13e9dcc3d1..afd43f7cce75 100644
--- a/offapi/com/sun/star/ui/WindowStateConfiguration.idl
+++ b/offapi/com/sun/star/ui/WindowStateConfiguration.idl
@@ -36,26 +36,23 @@ module com { module sun { module star { module ui {
part of OpenOffice.org modules, like Writer or Calc.
</p>
- @since OOo 2.0
-*/
+ Provides access to window based information about user interface elements
+ of all installed application modules.
-service WindowStateConfiguration
-{
- /** provides access to window based information about user interface elements
- of all installed application modules.
+ <p>
+ To access the window based information of a module, a unique module specifier
+ must be provided to <member scope="com::sun::star::container">XNameAccess::getByName()</member> function.
+ The module specifier can be retrieved from the <type scope="com::sun::star::frame">ModuleManager</type>
+ service. The interface provides references to a <type scope="com::sun:star::ui">ModuleWindowStateConfiguration</type>.
+ </p>
- <p>
- To access the window based information of a module, a unique module specifier
- must be provided to <member scope="com::sun::star::container">XNameAccess::getByName()</member> function.
- The module specifier can be retrieved from the <type scope="com::sun::star::frame">ModuleManager</type>
- service. The interface provides references to a <type scope="com::sun:star::ui">ModuleWindowStateConfiguration</type>.
- </p>
+ @see com::sun::star::frame::ModuleManager
+
+ @since OOo 2.0
+*/
- @see com::sun::star::frame::ModuleManager
- */
+service WindowStateConfiguration : com::sun::star::container::XNameAccess;
- interface com::sun::star::container::XNameAccess;
-};
}; }; }; };