summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/container/XContainerApproveListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/container/XContainerApproveListener.idl')
-rw-r--r--udkapi/com/sun/star/container/XContainerApproveListener.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/container/XContainerApproveListener.idl b/udkapi/com/sun/star/container/XContainerApproveListener.idl
index 2ce4b25f3794..2521398a3e69 100644
--- a/udkapi/com/sun/star/container/XContainerApproveListener.idl
+++ b/udkapi/com/sun/star/container/XContainerApproveListener.idl
@@ -38,7 +38,7 @@ interface XContainerApproveListener
@return
an instance implementing the com::sun::star::util::XVeto interface,
- if the insertion is vetoed, <NULL/> otherwise.
+ if the insertion is vetoed, `NULL` otherwise.
*/
com::sun::star::util::XVeto approveInsertElement( [in] ContainerEvent Event )
raises ( com::sun::star::lang::WrappedTargetException );
@@ -47,7 +47,7 @@ interface XContainerApproveListener
@return
an instance implementing the com::sun::star::util::XVeto interface,
- if the replacement is vetoed, <NULL/> otherwise.
+ if the replacement is vetoed, `NULL` otherwise.
*/
com::sun::star::util::XVeto approveReplaceElement( [in] ContainerEvent Event )
raises ( com::sun::star::lang::WrappedTargetException );
@@ -56,7 +56,7 @@ interface XContainerApproveListener
@return
an instance implementing the com::sun::star::util::XVeto interface,
- if the removal is vetoed, <NULL/> otherwise.
+ if the removal is vetoed, `NULL` otherwise.
*/
com::sun::star::util::XVeto approveRemoveElement( [in] ContainerEvent Event )
raises ( com::sun::star::lang::WrappedTargetException );