summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/frame/Components.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/Components.idl')
-rw-r--r--offapi/com/sun/star/frame/Components.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/frame/Components.idl b/offapi/com/sun/star/frame/Components.idl
index beeadb7beb1e..b30b2a23f734 100644
--- a/offapi/com/sun/star/frame/Components.idl
+++ b/offapi/com/sun/star/frame/Components.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/container/XEnumerationAccess.idl>
-//=============================================================================
module com { module sun { module star { module frame {
-//=============================================================================
/** specifies a collection of components
<p>
@@ -38,13 +36,11 @@ module com { module sun { module star { module frame {
*/
published service Components
{
- //-------------------------------------------------------------------------
/** use it to get snapshot of current available components as an enumeration
*/
interface com::sun::star::container::XEnumerationAccess;
};
-//=============================================================================
}; }; }; };