summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/script/XLibraryAccess.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/script/XLibraryAccess.idl')
-rw-r--r--udkapi/com/sun/star/script/XLibraryAccess.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/script/XLibraryAccess.idl b/udkapi/com/sun/star/script/XLibraryAccess.idl
index f00704293d9e..effbb32a2318 100644
--- a/udkapi/com/sun/star/script/XLibraryAccess.idl
+++ b/udkapi/com/sun/star/script/XLibraryAccess.idl
@@ -61,12 +61,12 @@ published interface XLibraryAccess: com::sun::star::uno::XInterface
/** Get the hole compiled code of a module.
- @param ModuleName the full qualified name of a module.
+ @param aModuleName the full qualified name of a module.
(e.g., "UtilLibrary.ModuleDate")
@return an empty sequence, if this module is not found or the
code is not compiled.
*/
- sequence<byte> getModuleCode( [in] string ModuleName );
+ sequence<byte> getModuleCode( [in] string aModuleName );
/** get the source code of a function.
*/