diff options
author | David Tardon <dtardon@redhat.com> | 2011-05-30 19:50:39 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-06-18 11:30:48 +0200 |
commit | bbe302a8945f1ed2fb5df59d6be91daac6fdb094 (patch) | |
tree | 73c7b12b63397c776303b2306c89c9fb3002f12a /udkapi | |
parent | 3957bb94be2fd2407ecff112fa2171acb906ea21 (diff) |
return OS/2 support to avoid binary incompatibility
This partially reverts commit d7bc3048ee87ca5cb190fe8236b354db9b9ef39e
"Remove OS/2 support."
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/lang/SystemDependent.idl | 5 |
1 files changed, 5 insertions, 0 deletions
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 <em>OS/2</em> 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 <em>MAC-OS</em> system. */ |