diff options
author | Pedro Giffuni <pfg@apache.org> | 2014-04-29 19:25:03 +0000 |
---|---|---|
committer | Pedro Giffuni <pfg@apache.org> | 2014-04-29 19:25:03 +0000 |
commit | 28206a7cb43aff5adb10f8235ad1680c3941ee3e (patch) | |
tree | 89886aa22af7483120081efc38a138d737651703 /udkapi/com/sun/star/script | |
parent | c3f20ae9a447f50517fe545a53de91d412c3337c (diff) |
Many spelling fixes: directories r* - z*.
Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame the international nature of the code but
it is somewhat shameful that this wasn't done before.
Notes
merged as: 820a29950b3085a713026995fdc43e32b6ded5f7
Diffstat (limited to 'udkapi/com/sun/star/script')
-rw-r--r-- | udkapi/com/sun/star/script/ContextInformation.idl | 4 | ||||
-rw-r--r-- | udkapi/com/sun/star/script/Converter.idl | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/script/XInvocation2.idl | 6 | ||||
-rw-r--r-- | udkapi/com/sun/star/script/XLibraryAccess.idl | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/script/XStarBasicLibraryInfo.idl | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/udkapi/com/sun/star/script/ContextInformation.idl b/udkapi/com/sun/star/script/ContextInformation.idl index e1db60a0e438..82be2fbd9cca 100644 --- a/udkapi/com/sun/star/script/ContextInformation.idl +++ b/udkapi/com/sun/star/script/ContextInformation.idl @@ -35,8 +35,8 @@ */ published struct ContextInformation { - /** Full qualified name to adress the module or function associated with the context. - If the module or function can't be adressed by name, e.g., in case that a runtime + /** Full qualified name to address the module or function associated with the context. + If the module or function can't be addressed by name, e.g., in case that a runtime generated eval-module is executed, this string is empty */ string Name; diff --git a/udkapi/com/sun/star/script/Converter.idl b/udkapi/com/sun/star/script/Converter.idl index a995957c833c..f093caaad32b 100644 --- a/udkapi/com/sun/star/script/Converter.idl +++ b/udkapi/com/sun/star/script/Converter.idl @@ -73,7 +73,7 @@ <li>10: only converts if it is the same enumeration type.</li> <li>11: only converts if the string contains the name of an enumeration type value. Normally you need core reflection information of the enum type.</li> - <li>12: only converts if the value of the string is "1", "true" or "0", "false". The comparision + <li>12: only converts if the value of the string is "1", "true" or "0", "false". The comparison is case insensitive.</li> <li>13: only converts if the length of the string is 1 or 0.</li> <li>14: only converts if the types are equal or the source type is derived from the destination diff --git a/udkapi/com/sun/star/script/XInvocation2.idl b/udkapi/com/sun/star/script/XInvocation2.idl index 8153f9bb0c82..2605afe86cf2 100644 --- a/udkapi/com/sun/star/script/XInvocation2.idl +++ b/udkapi/com/sun/star/script/XInvocation2.idl @@ -39,17 +39,17 @@ /** Extension of XInvocation to provide additional information - about the methods and properties that are accessable via + about the methods and properties that are accessible via XInvocation. </p> */ published interface XInvocation2: com::sun::star::script::XInvocation { - /** returns the names of all methods and properties accessable via XInvocation. + /** returns the names of all methods and properties accessible via XInvocation. */ sequence< string > getMemberNames(); - /** returns information items for all methods and properties accessable via XInvocation. + /** returns information items for all methods and properties accessible via XInvocation. @see com::sun::star::script::Invocation */ diff --git a/udkapi/com/sun/star/script/XLibraryAccess.idl b/udkapi/com/sun/star/script/XLibraryAccess.idl index f4a7be507d81..912859cb20fd 100644 --- a/udkapi/com/sun/star/script/XLibraryAccess.idl +++ b/udkapi/com/sun/star/script/XLibraryAccess.idl @@ -47,7 +47,7 @@ published interface XLibraryAccess: com::sun::star::uno::XInterface otherwise it returns <FALSE/>. @param aFunctionName - the fully qualified name of a funtion. + the fully qualified name of a function. (e.g., "UtilLibrary.ModuleDate.FunctionCurrentDate") */ boolean isFunction( [in] string aFunctionName ); diff --git a/udkapi/com/sun/star/script/XStarBasicLibraryInfo.idl b/udkapi/com/sun/star/script/XStarBasicLibraryInfo.idl index ba2ed79dee74..6dcb9355621c 100644 --- a/udkapi/com/sun/star/script/XStarBasicLibraryInfo.idl +++ b/udkapi/com/sun/star/script/XStarBasicLibraryInfo.idl @@ -76,7 +76,7 @@ published interface XStarBasicLibraryInfo: com::sun::star::uno::XInterface //------------------------------------------------------------------------- /** returns an URL describing the location where the library is stored if the library - is stored seperately (for example not in the main XML file but in a + is stored separately (for example not in the main XML file but in a special library format file), an empty string otherwise. This information can be useful to optimize the access to the library, e.g., for loading on demand. |