summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/FrameLoaderFactory.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/FrameLoaderFactory.idl')
-rw-r--r--offapi/com/sun/star/frame/FrameLoaderFactory.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/frame/FrameLoaderFactory.idl b/offapi/com/sun/star/frame/FrameLoaderFactory.idl
index 1866f286d2cf..98bc7f16b9f0 100644
--- a/offapi/com/sun/star/frame/FrameLoaderFactory.idl
+++ b/offapi/com/sun/star/frame/FrameLoaderFactory.idl
@@ -49,9 +49,9 @@ module com { module sun { module star { module frame {
<p>
With this factory it's possible to
<ul>
- <li>have access on configuration of set of registered frame laoder objects</li>
- <li>create a frame laoder by his internal name</li>
- <li>query for a frame laoder by using special query or property description.</li>
+ <li>have access on configuration of set of registered frame loader objects</li>
+ <li>create a frame loader by his internal name</li>
+ <li>query for a frame loader by using special query or property description.</li>
</ul>
</p>
*/
@@ -62,9 +62,9 @@ published service FrameLoaderFactory
<p>
Returned objects must support the service specification of a <type>FrameLoader</type>
- or <type>SynchronousFrameLoader</type>. (Note: last one will be prefered if both ones
+ or <type>SynchronousFrameLoader</type>. (Note: last one will be preferred if both ones
are available)
- They can be created by using of his internal name, which must be unambigous everytime, only.
+ They can be created by using of his internal name, which must be unambiguous everytime, only.
To get this name use further specified interfaces of this factory for access on
the flat configuration.
</p>