summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/lang/SystemDependent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/lang/SystemDependent.idl')
-rw-r--r--udkapi/com/sun/star/lang/SystemDependent.idl10
1 files changed, 0 insertions, 10 deletions
diff --git a/udkapi/com/sun/star/lang/SystemDependent.idl b/udkapi/com/sun/star/lang/SystemDependent.idl
index cecd3ffe8da6..9c22fc95fd4d 100644
--- a/udkapi/com/sun/star/lang/SystemDependent.idl
+++ b/udkapi/com/sun/star/lang/SystemDependent.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_lang_SystemDependent_idl__
-//=============================================================================
module com { module sun { module star { module lang {
-//=============================================================================
// DocMerge from idl: constants com::sun::star::lang::SystemDependent
/** These constants are used to specify systems which depend on return values.
@@ -50,7 +48,6 @@ module com { module sun { module star { module lang {
*/
published constants SystemDependent
{
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_WIN32
/** The called interface method returns a value specified for Windows.
@@ -59,7 +56,6 @@ published constants SystemDependent
*/
const short SYSTEM_WIN32 = 1;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_WIN16
/** The called interface method returns a value specified for 16-bit Windows.
@@ -68,7 +64,6 @@ published constants SystemDependent
*/
const short SYSTEM_WIN16 = 2;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_JAVA
/** The called interface method returns a value specified for Java.
@@ -82,7 +77,6 @@ published constants SystemDependent
*/
const short SYSTEM_JAVA = 3;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_OS2
/** The called interface method returns a value specified for <em>OS/2</em>.
@@ -94,21 +88,18 @@ published constants SystemDependent
*/
const short SYSTEM_MAC = 5;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_XWINDOW
/** The called interface method returns a value specified for the <em>X Window System</em>.
*/
const short SYSTEM_XWINDOW = 6;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_IOS
/** The called interface method returns a value specified for <em>iOS</em>.
*/
const short SYSTEM_IOS = 7;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_ANDROID
/** The called interface method returns a value specified for <em>Android</em>.
@@ -117,7 +108,6 @@ published constants SystemDependent
};
-//=============================================================================
}; }; }; };