summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XExtendedToolkit.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XExtendedToolkit.idl')
-rw-r--r--offapi/com/sun/star/awt/XExtendedToolkit.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/XExtendedToolkit.idl b/offapi/com/sun/star/awt/XExtendedToolkit.idl
index df1500d4f685..39e0d521d8f8 100644
--- a/offapi/com/sun/star/awt/XExtendedToolkit.idl
+++ b/offapi/com/sun/star/awt/XExtendedToolkit.idl
@@ -172,7 +172,7 @@ published interface XExtendedToolkit : ::com::sun::star::uno::XInterface
/** Broadcasts the a focusGained on all registered focus listeners
@param source
The object that has gained the input focus. It should implement
- <type scope="com::sun::star::accessibility">XAccessible</type>.
+ com::sun::star::accessibility::XAccessible.
*/
void fireFocusGained (
[in] ::com::sun::star::uno::XInterface source);
@@ -181,7 +181,7 @@ published interface XExtendedToolkit : ::com::sun::star::uno::XInterface
/** Broadcasts the a focusGained on all registered focus listeners
@param source
The object that has lost the input focus. It should implement
- <type scope="com::sun::star::accessibility">XAccessible</type>.
+ com::sun::star::accessibility::XAccessible.
*/
void fireFocusLost (
[in] ::com::sun::star::uno::XInterface source);