summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/linguistic2/XSetSpellAlternatives.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/linguistic2/XSetSpellAlternatives.idl')
-rw-r--r--offapi/com/sun/star/linguistic2/XSetSpellAlternatives.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/linguistic2/XSetSpellAlternatives.idl b/offapi/com/sun/star/linguistic2/XSetSpellAlternatives.idl
index 6e3304e716a5..08e2f6e6cb64 100644
--- a/offapi/com/sun/star/linguistic2/XSetSpellAlternatives.idl
+++ b/offapi/com/sun/star/linguistic2/XSetSpellAlternatives.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module linguistic2 {
-//=============================================================================
/**
allows to modify the suggestion list returned by a spell checker.
@@ -47,7 +45,6 @@ module com { module sun { module star { module linguistic2 {
*/
interface XSetSpellAlternatives : com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/**
set the list of suggestions to be returned.
@@ -55,7 +52,6 @@ interface XSetSpellAlternatives : com::sun::star::uno::XInterface
*/
void setAlternatives( [in] sequence< string > aAlternatives );
- //-------------------------------------------------------------------------
/**
set the type of error found.
@@ -66,7 +62,6 @@ interface XSetSpellAlternatives : com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };