From 3122600a5e11309b86e33061defd710cf0872975 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 27 Apr 2013 22:32:23 +0200 Subject: *api: convert Foo::bar Doxygen would probably recognize these without () too but add them for consistency. sed -i "s,\([^<]*::[a-z][^<:]\+[^)]\),\1(),g" Change-Id: I2615b99265b75633459e35164e54d9da7fe76b85 --- udkapi/com/sun/star/script/AllEventObject.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udkapi/com/sun/star/script/AllEventObject.idl') diff --git a/udkapi/com/sun/star/script/AllEventObject.idl b/udkapi/com/sun/star/script/AllEventObject.idl index 25e771baf4ad..658de9bc2b0a 100644 --- a/udkapi/com/sun/star/script/AllEventObject.idl +++ b/udkapi/com/sun/star/script/AllEventObject.idl @@ -37,7 +37,7 @@ published struct AllEventObject: com::sun::star::lang::EventObject /** A helper value for the implementation that can be used arbitrarily.

This field reflects the third parameter of the method - XAllListenerAdapterService::createAllListerAdapter. + XAllListenerAdapterService::createAllListerAdapter().

*/ any Helper; -- cgit