summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/linguistic2/XHyphenator.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 21:58:51 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:00 +0200
commit9f12a9da8d91364d4d0865021adbe62bfa09148c (patch)
treea74d3d9213f950fff68bca5ba07662e15b82d217 /offapi/com/sun/star/linguistic2/XHyphenator.idl
parent944eb9902788d8afec9e3f0f65d3b680041e039b (diff)
*api: convert <type scope="bar">Foo</type>
This looks much better now. sed -i 's,<type scope="\([^"]*\)">\([^<]\+\)</type>,\1::\2,g' Change-Id: I94cd0f93afa89855b62dadeb229d2b2e1775cd80
Diffstat (limited to 'offapi/com/sun/star/linguistic2/XHyphenator.idl')
-rw-r--r--offapi/com/sun/star/linguistic2/XHyphenator.idl18
1 files changed, 9 insertions, 9 deletions
diff --git a/offapi/com/sun/star/linguistic2/XHyphenator.idl b/offapi/com/sun/star/linguistic2/XHyphenator.idl
index 2daed6eccc3a..f07b5faa2aaa 100644
--- a/offapi/com/sun/star/linguistic2/XHyphenator.idl
+++ b/offapi/com/sun/star/linguistic2/XHyphenator.idl
@@ -47,8 +47,8 @@ module com { module sun { module star { module linguistic2 {
fulfills all the restrictions implied by the properties
MinLeading, MinTrailing and MinWordLength.</P>
- @see <type scope="com::sun::star::linguistic2">LinguProperties</type>
- @see <type scope="com::sun::star::linguistic2">XSupportedLocales</type>
+ @see com::sun::star::linguistic2::LinguProperties
+ @see com::sun::star::linguistic2::XSupportedLocales
*/
published interface XHyphenator : com::sun::star::linguistic2::XSupportedLocales
{
@@ -83,8 +83,8 @@ published interface XHyphenator : com::sun::star::linguistic2::XSupportedLocales
It is usually empty in order to use the default values supplied
with the property set.
- @see <type scope="com::sun::star::linguistic2">XHyphenatedWord</type>
- @see <type scope="com::sun::star::lang">Locale</type>
+ @see com::sun::star::linguistic2::XHyphenatedWord
+ @see com::sun::star::lang::Locale
*/
com::sun::star::linguistic2::XHyphenatedWord hyphenate(
[in] string aWord,
@@ -130,8 +130,8 @@ published interface XHyphenator : com::sun::star::linguistic2::XSupportedLocales
It is usually empty in order to use the default values supplied
with the property set.
- @see <type scope="com::sun::star::linguistic2">XHyphenatedWord</type>
- @see <type scope="com::sun::star::lang">Locale</type>
+ @see com::sun::star::linguistic2::XHyphenatedWord
+ @see com::sun::star::lang::Locale
*/
com::sun::star::linguistic2::XHyphenatedWord queryAlternativeSpelling(
[in] string aWord,
@@ -143,7 +143,7 @@ published interface XHyphenator : com::sun::star::linguistic2::XSupportedLocales
/** returns information about all possible hyphenation positions of a word.
@returns
- an <type scope="com::sun::star::linguistic2">XPossibleHyphens</type>
+ an com::sun::star::linguistic2::XPossibleHyphens
for the given word and language if there are any hyphenation
positions. <NULL/> otherwise.
@@ -162,8 +162,8 @@ published interface XHyphenator : com::sun::star::linguistic2::XSupportedLocales
It is usually empty in order to use the default values supplied
with the property set.
- @see <type scope="com::sun::star::linguistic2">XPossibleHyphens</type>
- @see <type scope="com::sun::star::lang">Locale</type>
+ @see com::sun::star::linguistic2::XPossibleHyphens
+ @see com::sun::star::lang::Locale
*/
com::sun::star::linguistic2::XPossibleHyphens createPossibleHyphens(
[in] string aWord,