From 75a96e22fd162a9410333698f57e4302ae190e66 Mon Sep 17 00:00:00 2001 From: Johnny_M Date: Sat, 2 Sep 2017 13:06:09 +0200 Subject: Translate German comments/debug strings (leftovers in dirs test to uui) Translates leftovers found using a custom regex. Additionally: - A few spelling fixes Change-Id: I3772e1b914acc487d80ab14efb815cb178ca3dcb Reviewed-on: https://gerrit.libreoffice.org/41831 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- udkapi/com/sun/star/script/XLibraryAccess.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udkapi/com') 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") -- cgit