summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XTasksSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XTasksSupplier.idl')
-rw-r--r--offapi/com/sun/star/frame/XTasksSupplier.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/frame/XTasksSupplier.idl b/offapi/com/sun/star/frame/XTasksSupplier.idl
index d47acf2537e0..7e4e95a95781 100644
--- a/offapi/com/sun/star/frame/XTasksSupplier.idl
+++ b/offapi/com/sun/star/frame/XTasksSupplier.idl
@@ -32,12 +32,12 @@
*/
published interface XTasksSupplier: com::sun::star::uno::XInterface
{
- /** use <member>XFramesSupplier::getFrames()</member> instead of this one
+ /** use XFramesSupplier::getFrames() instead of this one
@deprecated
*/
com::sun::star::container::XEnumerationAccess getTasks();
- /** use <member>XFramesSupplier::getActiveFrame()</member> instead of this one
+ /** use XFramesSupplier::getActiveFrame() instead of this one
@deprecated
*/
XTask getActiveTask();