summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/container/XNamed.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/container/XNamed.idl')
-rw-r--r--udkapi/com/sun/star/container/XNamed.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/udkapi/com/sun/star/container/XNamed.idl b/udkapi/com/sun/star/container/XNamed.idl
index c77903a5e6ea..6fa7ba9a62ea 100644
--- a/udkapi/com/sun/star/container/XNamed.idl
+++ b/udkapi/com/sun/star/container/XNamed.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module container {
-//=============================================================================
/** specifies the name of the object.
@@ -33,14 +31,12 @@ module com { module sun { module star { module container {
*/
published interface XNamed: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** @returns
the programmatic name of the object.
*/
string getName();
- //-------------------------------------------------------------------------
/** sets the programmatic name of the object.
*/
@@ -48,7 +44,6 @@ published interface XNamed: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };