diff options
Diffstat (limited to 'offapi/com/sun/star/frame/FrameLoader.idl')
-rw-r--r-- | offapi/com/sun/star/frame/FrameLoader.idl | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/offapi/com/sun/star/frame/FrameLoader.idl b/offapi/com/sun/star/frame/FrameLoader.idl index 8308f239a..af2dae030 100644 --- a/offapi/com/sun/star/frame/FrameLoader.idl +++ b/offapi/com/sun/star/frame/FrameLoader.idl @@ -27,17 +27,9 @@ #ifndef __com_sun_star_frame_FrameLoader_idl__ #define __com_sun_star_frame_FrameLoader_idl__ -#ifndef __com_sun_star_frame_XFrameLoader_idl__ #include <com/sun/star/frame/XFrameLoader.idl> -#endif - -#ifndef __com_sun_star_lang_XInitialization_idl__ #include <com/sun/star/lang/XInitialization.idl> -#endif - -#ifndef __com_sun_star_container_XNamed_idl__ #include <com/sun/star/container/XNamed.idl> -#endif //============================================================================= @@ -70,7 +62,7 @@ published service FrameLoader <p> Concrete implementations should use it to get her own configuration data directly after creation by the <type>FrameLoaderFactory</type>. - Otherwhise they must use normal configuration api to do so. + Otherwise they must use normal configuration API to do so. </p> */ [optional] interface com::sun::star::lang::XInitialization; @@ -86,7 +78,7 @@ published service FrameLoader 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> must be forwarded to same factory service. He should decide, if it's allowed or not. - The reason: prevent code against name ambigities. + The reason: prevent code against name ambiguities. </p> */ [optional] interface com::sun::star::container::XNamed; |