summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/task
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2011-03-15 21:47:26 +0100
committerKai Sommerfeld <kso@openoffice.org>2011-03-15 21:47:26 +0100
commit65162840e329afee6f401f5a91273c2dbd1bbdf8 (patch)
treef4eb65f23bcfef318075f99036a0357e9cd84ccc /udkapi/com/sun/star/task
parent5d493f49ae63249f4781a9e7228dda55fb0fff13 (diff)
#i117329# - Publishing of UNO types, first wave.
Diffstat (limited to 'udkapi/com/sun/star/task')
-rw-r--r--udkapi/com/sun/star/task/XInteractionHandler2.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/task/XInteractionHandler2.idl b/udkapi/com/sun/star/task/XInteractionHandler2.idl
index 8fff5823d669..1584e43b7934 100644
--- a/udkapi/com/sun/star/task/XInteractionHandler2.idl
+++ b/udkapi/com/sun/star/task/XInteractionHandler2.idl
@@ -43,8 +43,10 @@
<p>This interface extends the interface <type>XInteractionHandler</type>
the way that a caller can determine whether an interaction request was
actually handled by the interaction handler.</p>
+
+ @since OOo 3.2
*/
-/* published */ interface XInteractionHandler2 : com::sun::star::task::XInteractionHandler
+published interface XInteractionHandler2 : com::sun::star::task::XInteractionHandler
{
//-------------------------------------------------------------------------
/** Handle an interaction request.