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/loader/XImplementationLoader.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udkapi/com/sun/star/loader') diff --git a/udkapi/com/sun/star/loader/XImplementationLoader.idl b/udkapi/com/sun/star/loader/XImplementationLoader.idl index ba7d7b523a79..0a00139e911e 100644 --- a/udkapi/com/sun/star/loader/XImplementationLoader.idl +++ b/udkapi/com/sun/star/loader/XImplementationLoader.idl @@ -40,7 +40,7 @@ published interface XImplementationLoader: com::sun::star::uno::XInterface /** activates a concrete implementation within a component. @param implementationName The name of the implementation, which shall be instantiated. The method - XImplementationLoader::writeRegistryInfo + XImplementationLoader::writeRegistryInfo() writes a list of implementation names hosted by this component. @param implementationLoaderUrl specification bug, ignore this parameter, please pass an empty string. -- cgit