summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/XInplaceObject.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/XInplaceObject.idl')
-rw-r--r--offapi/com/sun/star/embed/XInplaceObject.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/embed/XInplaceObject.idl b/offapi/com/sun/star/embed/XInplaceObject.idl
index 0f9d454b3e33..867c6a68d6a3 100644
--- a/offapi/com/sun/star/embed/XInplaceObject.idl
+++ b/offapi/com/sun/star/embed/XInplaceObject.idl
@@ -35,16 +35,13 @@
-//============================================================================
module com { module sun { module star { module embed {
-//============================================================================
/** represents common functionality for inplace embedded objects.
*/
published interface XInplaceObject: com::sun::star::uno::XInterface
{
- //------------------------------------------------------------------------
/** sets the visible part of the inplace object.
<p>
@@ -76,7 +73,6 @@ published interface XInplaceObject: com::sun::star::uno::XInterface
raises( ::com::sun::star::embed::WrongStateException,
::com::sun::star::uno::Exception );
- //------------------------------------------------------------------------
/** enables or disables modeless dialogs of the object.
<p>
@@ -99,7 +95,6 @@ published interface XInplaceObject: com::sun::star::uno::XInterface
raises( ::com::sun::star::embed::WrongStateException,
::com::sun::star::uno::Exception );
- //------------------------------------------------------------------------
/** provides accelerator table the container wants to use during inplace
editing.
@@ -115,7 +110,6 @@ published interface XInplaceObject: com::sun::star::uno::XInterface
};
-//============================================================================
}; }; }; };