summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XModuleManager.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XModuleManager.idl')
-rw-r--r--offapi/com/sun/star/frame/XModuleManager.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/frame/XModuleManager.idl b/offapi/com/sun/star/frame/XModuleManager.idl
index 7c8527c84d73..fd9d2168852e 100644
--- a/offapi/com/sun/star/frame/XModuleManager.idl
+++ b/offapi/com/sun/star/frame/XModuleManager.idl
@@ -80,7 +80,7 @@ interface XModuleManager : com::sun::star::uno::XInterface
</li>
<li>
<b><type scope="com::sun::star::frame">XModel</type></b><br>
- A model represent a module everytimes and can be used for
+ A model represent a module everytime and can be used for
identification directly.
</li>
</ul>
@@ -90,7 +90,7 @@ interface XModuleManager : com::sun::star::uno::XInterface
<ul>
<li>an empty one</li>
<li>or does not provide one of the needed interface
- XFrame, XControllerm, XModel</li>
+ XFrame, XController, XModel</li>
<li>or does not provide the needed interface XServiceInfo.</li>
</ul>
@@ -100,7 +100,7 @@ interface XModuleManager : com::sun::star::uno::XInterface
a document, this exception is thrown too!
@return An identifier for the given module.
- Note: This value is valie everytimes. Error will be transported
+ Note: This value varies everytime. Error will be transported
by thrown exceptions!
*/
string identify( [in] ::com::sun::star::uno::XInterface Module )