diff options
Diffstat (limited to 'udkapi/com/sun')
-rw-r--r-- | udkapi/com/sun/star/script/ContextInformation.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/script/ContextInformation.idl b/udkapi/com/sun/star/script/ContextInformation.idl index 11ea503ff545..62a4002c3b36 100644 --- a/udkapi/com/sun/star/script/ContextInformation.idl +++ b/udkapi/com/sun/star/script/ContextInformation.idl @@ -40,8 +40,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; |