From bbe302a8945f1ed2fb5df59d6be91daac6fdb094 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 30 May 2011 19:50:39 +0200 Subject: return OS/2 support to avoid binary incompatibility This partially reverts commit d7bc3048ee87ca5cb190fe8236b354db9b9ef39e "Remove OS/2 support." --- offapi/com/sun/star/setup/OSType.idl | 3 +++ udkapi/com/sun/star/lang/SystemDependent.idl | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/offapi/com/sun/star/setup/OSType.idl b/offapi/com/sun/star/setup/OSType.idl index 738ab7e73112..77cf8809d751 100644 --- a/offapi/com/sun/star/setup/OSType.idl +++ b/offapi/com/sun/star/setup/OSType.idl @@ -42,6 +42,9 @@ published enum OSType // DocMerge: empty anyway WIN, + // DocMerge: empty anyway + OS2, + // DocMerge: empty anyway MAC, diff --git a/udkapi/com/sun/star/lang/SystemDependent.idl b/udkapi/com/sun/star/lang/SystemDependent.idl index 378fed5d9ed6..ba563baad953 100644 --- a/udkapi/com/sun/star/lang/SystemDependent.idl +++ b/udkapi/com/sun/star/lang/SystemDependent.idl @@ -94,6 +94,11 @@ published constants SystemDependent //------------------------------------------------------------------------- + // DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_OS2 + /** The called interface method returns a value specified for the OS/2 system. + */ + const short SYSTEM_OS2 = 4; + // DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_MAC /** The called interface method returns a value specified for the MAC-OS system. */ -- cgit