summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/embed/XClassifiedObject.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/XClassifiedObject.idl')
-rw-r--r--offapi/com/sun/star/embed/XClassifiedObject.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/embed/XClassifiedObject.idl b/offapi/com/sun/star/embed/XClassifiedObject.idl
index 27665e0bb1bd..973f49898ad1 100644
--- a/offapi/com/sun/star/embed/XClassifiedObject.idl
+++ b/offapi/com/sun/star/embed/XClassifiedObject.idl
@@ -23,16 +23,13 @@
#include <com/sun/star/lang/NoSupportException.idl>
-//============================================================================
module com { module sun { module star { module embed {
-//============================================================================
/** represents common functionality for embedded objects
*/
published interface XClassifiedObject: com::sun::star::uno::XInterface
{
- // -----------------------------------------------------------------------
/** retrieves class ID of the object.
@return
@@ -40,7 +37,6 @@ published interface XClassifiedObject: com::sun::star::uno::XInterface
*/
sequence< byte > getClassID();
- // -----------------------------------------------------------------------
/** retrieves symbolic name for the object type to be used in UI.
@return
@@ -48,7 +44,6 @@ published interface XClassifiedObject: com::sun::star::uno::XInterface
*/
string getClassName();
- // -----------------------------------------------------------------------
/** sets the class ID and symbolic name to an object.
@param aClassID
@@ -65,7 +60,6 @@ published interface XClassifiedObject: com::sun::star::uno::XInterface
raises( ::com::sun::star::lang::NoSupportException );
};
-//=============================================================================
}; }; }; };