From c1e42d60c572d23c61a703cd66495eab1cea4e05 Mon Sep 17 00:00:00 2001
From: Noel Grandin
Date: Tue, 11 Dec 2012 08:16:08 +0200
Subject: fdo#46808, use service constructor for ui::WindowStateConfiguration
Change-Id: I0b7f773a7db47049d7df4138d07e7fc38c657a65
---
.../com/sun/star/ui/WindowStateConfiguration.idl | 29 ++++++++++------------
1 file changed, 13 insertions(+), 16 deletions(-)
(limited to 'offapi/com')
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.
- @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.
+
+ To access the window based information of a module, a unique module specifier
+ must be provided to XNameAccess::getByName() function.
+ The module specifier can be retrieved from the ModuleManager
+ service. The interface provides references to a ModuleWindowStateConfiguration.
+
-
- To access the window based information of a module, a unique module specifier
- must be provided to XNameAccess::getByName() function.
- The module specifier can be retrieved from the ModuleManager
- service. The interface provides references to a ModuleWindowStateConfiguration.
-
+ @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;
-};
}; }; }; };
--
cgit