summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/linguistic2/XPossibleHyphens.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/linguistic2/XPossibleHyphens.idl')
-rw-r--r--offapi/com/sun/star/linguistic2/XPossibleHyphens.idl14
1 files changed, 6 insertions, 8 deletions
diff --git a/offapi/com/sun/star/linguistic2/XPossibleHyphens.idl b/offapi/com/sun/star/linguistic2/XPossibleHyphens.idl
index c5ca71777..85a2323ac 100644
--- a/offapi/com/sun/star/linguistic2/XPossibleHyphens.idl
+++ b/offapi/com/sun/star/linguistic2/XPossibleHyphens.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPossibleHyphens.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2001-11-01 14:42:09 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:06:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,7 +86,7 @@ module com { module sun { module star { module linguistic2 {
position 9 you will get an additional "f" before the hyphen
character.</P>
- @see com::sun::star::linguistic2::XHyphenator
+ @see <type scope="com::sun::star::linguistic2">XHyphenator</type>
*/
interface XPossibleHyphens : com::sun::star::uno::XInterface
{
@@ -102,7 +102,7 @@ interface XPossibleHyphens : com::sun::star::uno::XInterface
/** @returns
the language of the hyphenated word.
- @see com::sun::star::lang::Locale
+ @see <type scope="com::sun::star::lang">Locale</type>
*/
com::sun::star::lang::Locale getLocale();
@@ -122,10 +122,8 @@ interface XPossibleHyphens : com::sun::star::uno::XInterface
an ascending sequence of numbers where each number is an offset
within the original word which denotes a hyphenation
position corresponding to one of the hyphens in the
- 'getPossibleHyphens' string.
-
- @see getWord
- @see getPossibleHyphens
+ string returned by
+ <member scope="com::sun::star::linguistic2">XPossibleHyphens::getPossibleHyphens</member>.
*/
sequence<short> getHyphenationPositions();