summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/FrameLoader.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/FrameLoader.idl')
-rw-r--r--offapi/com/sun/star/frame/FrameLoader.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/frame/FrameLoader.idl b/offapi/com/sun/star/frame/FrameLoader.idl
index 3ba240608dbf..8308f239a451 100644
--- a/offapi/com/sun/star/frame/FrameLoader.idl
+++ b/offapi/com/sun/star/frame/FrameLoader.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -65,7 +65,7 @@ published service FrameLoader
interface XFrameLoader;
//-------------------------------------------------------------------------
- /** support initialization of loader with its own configuration!
+ /** support initialization of loader with its own configuration!
<p>
Concrete implementations should use it to get her own configuration data
@@ -82,9 +82,9 @@ published service FrameLoader
The internal name is a part of his configuration and will be passed by
the <type>FrameLoaderFactory</type> after creation
if optional interface <type scope="com::sun::star::lang">XInitialization</type>
- is supported. Value of function <member scope="com::sun::star::container">XNamed::getName()</member>
+ is supported. Value of function <member scope="com::sun::star::container">XNamed::getName()</member>
can be used on service <type>FrameLoaderFactory</type> to get further informations about this loader.
- Setting of this name by calling <member scope="com::sun::star::container">XNamed::setName()</member>
+ Setting of this name by calling <member scope="com::sun::star::container">XNamed::setName()</member>
must be forwarded to same factory service. He should decide, if it's allowed or not.
The reason: prevent code against name ambigities.
</p>