summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-05-30 19:50:39 +0200
committerDavid Tardon <dtardon@redhat.com>2011-06-18 11:30:48 +0200
commit31dab0193737e7f3a774c7ac065d62cca3df2a34 (patch)
tree41d991eb7685d097c25cd62c1ab3d5d8df3fccfa
parent5a3f31eda74089038d0090963511c9ba14ef3180 (diff)
return OS/2 support to avoid binary incompatibility
This partially reverts commit d7bc3048ee87ca5cb190fe8236b354db9b9ef39e "Remove OS/2 support."
-rw-r--r--offapi/com/sun/star/setup/OSType.idl3
-rw-r--r--udkapi/com/sun/star/lang/SystemDependent.idl5
2 files changed, 8 insertions, 0 deletions
diff --git a/offapi/com/sun/star/setup/OSType.idl b/offapi/com/sun/star/setup/OSType.idl
index 2b9de9351..1a3a22f17 100644
--- a/offapi/com/sun/star/setup/OSType.idl
+++ b/offapi/com/sun/star/setup/OSType.idl
@@ -43,6 +43,9 @@ published enum OSType
WIN,
// DocMerge: empty anyway
+ OS2,
+
+ // DocMerge: empty anyway
MAC,
// DocMerge: empty anyway
diff --git a/udkapi/com/sun/star/lang/SystemDependent.idl b/udkapi/com/sun/star/lang/SystemDependent.idl
index 22b77ce51..22cf54841 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.
*/