diff options
Diffstat (limited to 'udkapi/com')
-rw-r--r-- | udkapi/com/sun/star/script/XLibraryAccess.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/script/XLibraryAccess.idl b/udkapi/com/sun/star/script/XLibraryAccess.idl index 0fde430840df..d077cd38030c 100644 --- a/udkapi/com/sun/star/script/XLibraryAccess.idl +++ b/udkapi/com/sun/star/script/XLibraryAccess.idl @@ -59,7 +59,7 @@ published interface XLibraryAccess: com::sun::star::uno::XInterface */ string getModuleSource( [in] string aModulName ); - /** Get the hole compiled code of a module. + /** Get the whole compiled code of a module. @param aModuleName the full qualified name of a module. (e.g., "UtilLibrary.ModuleDate") |