summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/document/XScriptInvocationContext.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/XScriptInvocationContext.idl')
-rw-r--r--offapi/com/sun/star/document/XScriptInvocationContext.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/document/XScriptInvocationContext.idl b/offapi/com/sun/star/document/XScriptInvocationContext.idl
index 68f5cd883410..82bae58d9712 100644
--- a/offapi/com/sun/star/document/XScriptInvocationContext.idl
+++ b/offapi/com/sun/star/document/XScriptInvocationContext.idl
@@ -50,7 +50,7 @@ module com { module sun { module star { module document {
then this other document is denoted by <member>ScriptContainer</member>.</p>
<p>If the interface is implemented by a controller, then <member>ScriptContainer</member>
- refers to the document which supports embedding scripts, and which is unambiguosly
+ refers to the document which supports embedding scripts, and which is unambiguously
associated with the controller. This must not necessarily be the model returned by
<member scope="com::sun::star::frame">XController::getModel</member>.</p>
@@ -59,7 +59,7 @@ module com { module sun { module star { module document {
interface XScriptInvocationContext
{
/** denotes the document which contains the scripts which are to be invoked from
- the component implementing the XScriptInvocationContext inteface.
+ the component implementing the XScriptInvocationContext interface.
*/
[attribute, readonly] XEmbeddedScripts ScriptContainer;
};