From b7ba598ced9708da45372a6c3f8e1a17c306be8f Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 29 Apr 2013 18:33:02 +0200 Subject: *api: clean up multi-line and mal-formed XML tags It is amazing what some people believe autodoc supports. Also, com::sun::star::uno::Any does not exist in IDL, that is part of the C++ language binding. Change-Id: I1f1f5cf5d27663ace6ff618ecbecb41fd2dfa1fc --- udkapi/com/sun/star/script/XEventAttacherManager.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'udkapi/com/sun/star/script') diff --git a/udkapi/com/sun/star/script/XEventAttacherManager.idl b/udkapi/com/sun/star/script/XEventAttacherManager.idl index d2e071f3607d..cb41dbfa266d 100644 --- a/udkapi/com/sun/star/script/XEventAttacherManager.idl +++ b/udkapi/com/sun/star/script/XEventAttacherManager.idl @@ -53,8 +53,8 @@ published interface XEventAttacherManager: com::sun::star::uno::XInterface /** registers several events for an object identified by its index. -

The result is the same as if the method registerScriptEvent - was called once for each ScriptEventDescriptor +

The result is the same as if the method registerScriptEvent() + was called once for each ScriptEventDescriptor in the sequence.

If any object is attached under this index, then this -- cgit