summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/beans/XExactName.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/beans/XExactName.idl')
-rw-r--r--udkapi/com/sun/star/beans/XExactName.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/beans/XExactName.idl b/udkapi/com/sun/star/beans/XExactName.idl
index 87e1138e8e02..b82710a77ce3 100644
--- a/udkapi/com/sun/star/beans/XExactName.idl
+++ b/udkapi/com/sun/star/beans/XExactName.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module beans {
-//=============================================================================
/** provides a method of changing names for converting
an approximate name to an existing name.
@@ -44,7 +42,6 @@ module com { module sun { module star { module beans {
*/
published interface XExactName: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** @returns
the exact name for a given aprroximate name.
@@ -56,7 +53,6 @@ published interface XExactName: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };