return OS/2 support to avoid binary incompatibility

This partially reverts commit d7bc3048ee87ca5cb190fe8236b354db9b9ef39e
"Remove OS/2 support."
This commit is contained in:
David Tardon 2011-05-30 19:50:39 +02:00
parent 3957bb94be
commit bbe302a894
2 changed files with 8 additions and 0 deletions

View file

@ -42,6 +42,9 @@ published enum OSType
// DocMerge: empty anyway
WIN,
// DocMerge: empty anyway
OS2,
// DocMerge: empty anyway
MAC,

View file

@ -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.
*/