summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/linguistic2/DictionaryListEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/linguistic2/DictionaryListEvent.idl')
-rw-r--r--offapi/com/sun/star/linguistic2/DictionaryListEvent.idl14
1 files changed, 7 insertions, 7 deletions
diff --git a/offapi/com/sun/star/linguistic2/DictionaryListEvent.idl b/offapi/com/sun/star/linguistic2/DictionaryListEvent.idl
index e93590416e49..9254c2c9cffd 100644
--- a/offapi/com/sun/star/linguistic2/DictionaryListEvent.idl
+++ b/offapi/com/sun/star/linguistic2/DictionaryListEvent.idl
@@ -39,19 +39,19 @@ module com { module sun { module star { module linguistic2 {
last broadcasting will be supplied. Otherwise, that list will
be empty.</P>
- @see <type scope="com::sun::star::linguistic2">DictionaryList</type>
- @see <type scope="com::sun::star::linguistic2">XDictionaryListEventListener</type>
- @see <type scope="com::sun::star::lang">EventObject</type>
+ @see com::sun::star::linguistic2::DictionaryList
+ @see com::sun::star::linguistic2::XDictionaryListEventListener
+ @see com::sun::star::lang::EventObject
*/
published struct DictionaryListEvent : com::sun::star::lang::EventObject
{
/** the combined type of the accumulated events.
<p>The value can be the combination of multiple
- <type scope="com::sun::star::linguistic2">DictionaryListEventFlags</type>
+ com::sun::star::linguistic2::DictionaryListEventFlags
by applying the logical OR to them.</p>
- @see <type scope="com::sun::star::linguistic2">DictionaryListEventFlags</type>
+ @see com::sun::star::linguistic2::DictionaryListEventFlags
<!-- Dennis: Does the <type> tag change the display of its contents -->
<!-- Thomas: AFAIK it should translate into a hyperlink or so. -->
@@ -61,11 +61,11 @@ published struct DictionaryListEvent : com::sun::star::lang::EventObject
/** list of accumulated dictionary events.
<p>It will be empty if all
- <type scope="com::sun::star::linguistic2">XDictionaryListEventListener</type>
+ com::sun::star::linguistic2::XDictionaryListEventListener
are satisfied with the condensed representation of the
<member scope="com::sun::star::linguistic2">DictionaryListEvent::nCondensedEvent</member>.</p>
- @see <type scope="com::sun::star::linguistic2">DictionaryEvent</type>
+ @see com::sun::star::linguistic2::DictionaryEvent
*/
sequence< com::sun::star::linguistic2::DictionaryEvent > aDictionaryEvents;