summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/SynchronousFrameLoader.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/SynchronousFrameLoader.idl')
-rw-r--r--offapi/com/sun/star/frame/SynchronousFrameLoader.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/frame/SynchronousFrameLoader.idl b/offapi/com/sun/star/frame/SynchronousFrameLoader.idl
index dabdb7d952ff..de299cfd5e90 100644
--- a/offapi/com/sun/star/frame/SynchronousFrameLoader.idl
+++ b/offapi/com/sun/star/frame/SynchronousFrameLoader.idl
@@ -32,11 +32,9 @@
#include <com/sun/star/lang/XInitialization.idl>
#include <com/sun/star/container/XNamed.idl>
-//=============================================================================
module com { module sun { module star { module frame {
-//=============================================================================
/** derivations of this abstract service are used to load components
into <type>Frame</type>s of the environment
@@ -52,12 +50,10 @@
*/
published service SynchronousFrameLoader
{
- //-------------------------------------------------------------------------
/** support synchronous loading of component
*/
interface XSynchronousFrameLoader;
- //-------------------------------------------------------------------------
/** support initialization of loader with its own configuration!
<p>
@@ -68,7 +64,6 @@ published service SynchronousFrameLoader
*/
[optional] interface com::sun::star::lang::XInitialization;
- //-------------------------------------------------------------------------
/** provides access to the internal name of this frame loader
<p>
@@ -85,7 +80,6 @@ published service SynchronousFrameLoader
[optional] interface com::sun::star::container::XNamed;
};
-//=============================================================================
}; }; }; };