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." --- udkapi/com/sun/star/lang/SystemDependent.idl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'udkapi') 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