summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XFrameLoader.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XFrameLoader.idl')
-rw-r--r--offapi/com/sun/star/frame/XFrameLoader.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/frame/XFrameLoader.idl b/offapi/com/sun/star/frame/XFrameLoader.idl
index fe5ed9982543..b6c283850375 100644
--- a/offapi/com/sun/star/frame/XFrameLoader.idl
+++ b/offapi/com/sun/star/frame/XFrameLoader.idl
@@ -34,11 +34,9 @@
#include <com/sun/star/frame/XLoadEventListener.idl>
-//=============================================================================
module com { module sun { module star { module frame {
-//=============================================================================
/** load components into a frame
<p>
@@ -51,7 +49,6 @@
*/
published interface XFrameLoader: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** starts the loading of the specified resource into the specified <type>Frame</type>.
@param Frame
@@ -77,7 +74,6 @@ published interface XFrameLoader: com::sun::star::uno::XInterface
[in] sequence< com::sun::star::beans::PropertyValue > Arguments,
[in] XLoadEventListener Listener);
- //-------------------------------------------------------------------------
/** cancels the loading process.
<p>
@@ -92,7 +88,6 @@ published interface XFrameLoader: com::sun::star::uno::XInterface
[oneway] void cancel();
};
-//=============================================================================
}; }; }; };