summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/linguistic2/XMeaning.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/linguistic2/XMeaning.idl')
-rw-r--r--offapi/com/sun/star/linguistic2/XMeaning.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/linguistic2/XMeaning.idl b/offapi/com/sun/star/linguistic2/XMeaning.idl
index 0e97bb7127c2..3c10925480fe 100644
--- a/offapi/com/sun/star/linguistic2/XMeaning.idl
+++ b/offapi/com/sun/star/linguistic2/XMeaning.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module linguistic2 {
-//=============================================================================
/** one of the possible meanings for a word.
<P> Represents one of the possible meanings that may be returned from a
@@ -38,14 +36,12 @@ module com { module sun { module star { module linguistic2 {
*/
published interface XMeaning : com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/**
@returns
the meaning represented by this object.
*/
string getMeaning();
- //-------------------------------------------------------------------------
/**
@returns
a sequence of strings where each entry is a synonym of the
@@ -55,7 +51,6 @@ published interface XMeaning : com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };