summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/linguistic2/XSpellChecker1.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/linguistic2/XSpellChecker1.idl')
-rw-r--r--offapi/com/sun/star/linguistic2/XSpellChecker1.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/linguistic2/XSpellChecker1.idl b/offapi/com/sun/star/linguistic2/XSpellChecker1.idl
index b1ad49b4dc2e..fe3f45b7599a 100644
--- a/offapi/com/sun/star/linguistic2/XSpellChecker1.idl
+++ b/offapi/com/sun/star/linguistic2/XSpellChecker1.idl
@@ -25,23 +25,19 @@
#include <com/sun/star/linguistic2/XSpellAlternatives.idl>
#include <com/sun/star/beans/PropertyValues.idl>
-//=============================================================================
module com { module sun { module star { module linguistic2 {
-//=============================================================================
/** @deprecated
*/
published interface XSpellChecker1 : com::sun::star::linguistic2::XSupportedLanguages
{
- //-------------------------------------------------------------------------
boolean isValid(
[in] string aWord,
[in] short nLanguage,
[in] com::sun::star::beans::PropertyValues aProperties )
raises( com::sun::star::lang::IllegalArgumentException );
- //-------------------------------------------------------------------------
com::sun::star::linguistic2::XSpellAlternatives spell(
[in] string aWord,
[in] short nLanguage,
@@ -50,7 +46,6 @@ published interface XSpellChecker1 : com::sun::star::linguistic2::XSupportedLang
};
-//=============================================================================
}; }; }; };