From b235412d8f84e98dc457894228a357ab0c65f6d0 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sun, 28 Apr 2013 00:00:27 +0200 Subject: *api: convert foo() What is sad about this is that autodoc doesn't even support . sed -i "s,\([a-z][^<]\+[^)]\),\1(),g" Change-Id: I702ef71423ced1d5195f2e0535e73b1bb4d3f6f2 --- udkapi/com/sun/star/script/XEventAttacher2.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udkapi') diff --git a/udkapi/com/sun/star/script/XEventAttacher2.idl b/udkapi/com/sun/star/script/XEventAttacher2.idl index 3067f13a4d79..cac1f13490d8 100644 --- a/udkapi/com/sun/star/script/XEventAttacher2.idl +++ b/udkapi/com/sun/star/script/XEventAttacher2.idl @@ -24,7 +24,7 @@ interface XEventAttacher2: com::sun::star::script::XEventAttacher /** Register a multiple set of listeners listening for the same target. Besides passing multiple listeners, the behavior of this method is identical to that of - attachSingleEventListener. + attachSingleEventListener(). @see com::sun::star::script::XEventAttacher::attachSingleEventListener */ -- cgit