From 35e1b53c7e6176315257cae9434ec4364262282c Mon Sep 17 00:00:00 2001 From: Francois Tigeot Date: Sat, 16 Apr 2011 09:08:29 +0200 Subject: Remove OS/2 support. --- offapi/com/sun/star/awt/XSystemChildFactory.idl | 1 - offapi/com/sun/star/awt/XSystemDependentWindowPeer.idl | 2 -- offapi/com/sun/star/setup/OSType.idl | 3 --- 3 files changed, 6 deletions(-) (limited to 'offapi/com/sun/star') diff --git a/offapi/com/sun/star/awt/XSystemChildFactory.idl b/offapi/com/sun/star/awt/XSystemChildFactory.idl index d267623fd017..99df05c3398a 100644 --- a/offapi/com/sun/star/awt/XSystemChildFactory.idl +++ b/offapi/com/sun/star/awt/XSystemChildFactory.idl @@ -60,7 +60,6 @@ published interface XSystemChildFactory : com::sun::star::uno::XInterface JAVA: global reference to a java.awt.Component object provided from the JNI-API.
- OS2: HWND.
MAC: Not supported.

@param ProcessId diff --git a/offapi/com/sun/star/awt/XSystemDependentWindowPeer.idl b/offapi/com/sun/star/awt/XSystemDependentWindowPeer.idl index dc721c159db2..7f75ca63bb35 100644 --- a/offapi/com/sun/star/awt/XSystemDependentWindowPeer.idl +++ b/offapi/com/sun/star/awt/XSystemDependentWindowPeer.idl @@ -59,8 +59,6 @@ published interface XSystemDependentWindowPeer: com::sun::star::uno::XInterface JAVA: Returns a global reference to a java.awt.Component object provided from the JNI-API.
- OS2: Returns an HWND if possible, otherwise 0.
- MAC: Returns a ptr to the NSView implementing the window.
XWINDOW: Returns a structure SystemDependentXWindow diff --git a/offapi/com/sun/star/setup/OSType.idl b/offapi/com/sun/star/setup/OSType.idl index 77cf8809d751..738ab7e73112 100644 --- a/offapi/com/sun/star/setup/OSType.idl +++ b/offapi/com/sun/star/setup/OSType.idl @@ -42,9 +42,6 @@ published enum OSType // DocMerge: empty anyway WIN, - // DocMerge: empty anyway - OS2, - // DocMerge: empty anyway MAC, -- cgit