summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/linguistic2
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-05-01 00:26:55 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:08 +0200
commit392706b5f743b2f989ba5a120bbb31c2296bf902 (patch)
tree6d37555b819fb1c482106f29c0aede2a121ae819 /offapi/com/sun/star/linguistic2
parented993aafc928717ead4fae6b6dac8845771d8661 (diff)
*api: fix loads of badly documented parameters
Change-Id: Ifcfdcc1aee5f45745ab17d83f69c2cf293b58196
Diffstat (limited to 'offapi/com/sun/star/linguistic2')
-rw-r--r--offapi/com/sun/star/linguistic2/XConversionDictionary.idl4
-rw-r--r--offapi/com/sun/star/linguistic2/XConversionDictionaryList.idl2
-rw-r--r--offapi/com/sun/star/linguistic2/XDictionary.idl2
-rw-r--r--offapi/com/sun/star/linguistic2/XSearchableDictionaryList.idl2
4 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/linguistic2/XConversionDictionary.idl b/offapi/com/sun/star/linguistic2/XConversionDictionary.idl
index 6951fdd2b6fd..a20a4a6130ec 100644
--- a/offapi/com/sun/star/linguistic2/XConversionDictionary.idl
+++ b/offapi/com/sun/star/linguistic2/XConversionDictionary.idl
@@ -75,7 +75,7 @@ published interface XConversionDictionary : com::sun::star::uno::XInterface
/** specifies whether the dictionary should be used or not .
- @param bAcvtivate
+ @param bActivate
`TRUE` if the dictionary should be used, `FALSE` otherwise.
*/
@@ -110,7 +110,7 @@ published interface XConversionDictionary : com::sun::star::uno::XInterface
@param nLength
the length of the substring to be looked for.
- @param eConversionDirection
+ @param eDirection
specifies the direction of the conversion to look for.
It is one of
com::sun::star::linguistic2::ConversionDirection.
diff --git a/offapi/com/sun/star/linguistic2/XConversionDictionaryList.idl b/offapi/com/sun/star/linguistic2/XConversionDictionaryList.idl
index 541734c417db..9740178f8578 100644
--- a/offapi/com/sun/star/linguistic2/XConversionDictionaryList.idl
+++ b/offapi/com/sun/star/linguistic2/XConversionDictionaryList.idl
@@ -124,7 +124,7 @@ published interface XConversionDictionaryList : com::sun::star::uno::XInterface
can be used for. It is one of
com::sun::star::linguistic2::ConversionDictionaryType.
- @param eConversionDirection
+ @param eDirection
specifies the direction of the conversion to look for.
It is one of
com::sun::star::linguistic2::ConversionDirection.
diff --git a/offapi/com/sun/star/linguistic2/XDictionary.idl b/offapi/com/sun/star/linguistic2/XDictionary.idl
index f70ed85cea5a..c184642c769d 100644
--- a/offapi/com/sun/star/linguistic2/XDictionary.idl
+++ b/offapi/com/sun/star/linguistic2/XDictionary.idl
@@ -59,7 +59,7 @@ published interface XDictionary : com::sun::star::container::XNamed
/** specifies whether the dictionary should be used or not .
- @param bAcvtivate
+ @param bActivate
`TRUE` if the dictionary should be used, `FALSE` otherwise.
*/
diff --git a/offapi/com/sun/star/linguistic2/XSearchableDictionaryList.idl b/offapi/com/sun/star/linguistic2/XSearchableDictionaryList.idl
index dd68e618754f..02ff11cd3ac8 100644
--- a/offapi/com/sun/star/linguistic2/XSearchableDictionaryList.idl
+++ b/offapi/com/sun/star/linguistic2/XSearchableDictionaryList.idl
@@ -51,7 +51,7 @@ published interface XSearchableDictionaryList : com::sun::star::linguistic2::XDi
@param aLocale
the language of the word to be looked for.
- @param bSearchPosDic
+ @param bSearchPosDics
`TRUE` if only positive dictionaries should be searched.
`FALSE` if only negative dictionaries should be searched.