diff options
Diffstat (limited to 'offapi/com/sun/star/frame/Desktop.idl')
-rw-r--r-- | offapi/com/sun/star/frame/Desktop.idl | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/offapi/com/sun/star/frame/Desktop.idl b/offapi/com/sun/star/frame/Desktop.idl index 99f10105c..771c2d2fc 100644 --- a/offapi/com/sun/star/frame/Desktop.idl +++ b/offapi/com/sun/star/frame/Desktop.idl @@ -27,25 +27,11 @@ #ifndef __com_sun_star_frame_Desktop_idl__ #define __com_sun_star_frame_Desktop_idl__ -#ifndef __com_sun_star_frame_Frame_idl__ #include <com/sun/star/frame/Frame.idl> -#endif - -#ifndef __com_sun_star_frame_XDesktop_idl__ #include <com/sun/star/frame/XDesktop.idl> -#endif - -#ifndef __com_sun_star_frame_XComponentLoader_idl__ #include <com/sun/star/frame/XComponentLoader.idl> -#endif - -#ifndef __com_sun_star_document_XEventBroadcaster_idl__ #include <com/sun/star/document/XEventBroadcaster.idl> -#endif - -#ifndef __com_sun_star_beans_XPropertySet_idl__ #include <com/sun/star/beans/XPropertySet.idl> -#endif //============================================================================= @@ -64,12 +50,12 @@ published service Desktop { //------------------------------------------------------------------------- - /** make it possible to be the global root of different seperated frame trees + /** make it possible to be the global root of different separated frame trees <p> It's not a must for a frame (neither a frame tree) to be a part of this global tree. But such outstanding frames won't be accessible by the normal - frame api. + frame API. </p> */ service Frame; @@ -81,7 +67,7 @@ published service Desktop interface XDesktop; //------------------------------------------------------------------------- - /** supports simple api for loading components into the frame environment + /** supports simple API for loading components into the frame environment */ interface XComponentLoader; |