diff options
Diffstat (limited to 'udkapi/com')
-rw-r--r-- | udkapi/com/sun/star/bridge/ModelDependent.idl | 7 | ||||
-rw-r--r-- | udkapi/com/sun/star/registry/RegistryKeyType.idl | 3 | ||||
-rw-r--r-- | udkapi/com/sun/star/registry/RegistryValueType.idl | 15 |
3 files changed, 0 insertions, 25 deletions
diff --git a/udkapi/com/sun/star/bridge/ModelDependent.idl b/udkapi/com/sun/star/bridge/ModelDependent.idl index be54618960c8..16a7991bbc5f 100644 --- a/udkapi/com/sun/star/bridge/ModelDependent.idl +++ b/udkapi/com/sun/star/bridge/ModelDependent.idl @@ -31,16 +31,9 @@ */ published constants ModelDependent { - // DOCUMENTATION OMITTED FOR constants::1 const short UNO = 1; - - // DOCUMENTATION OMITTED FOR constants::2 const short OLE = 2; - - // DOCUMENTATION OMITTED FOR constants::3 const short JAVA = 3; - - // DOCUMENTATION OMITTED FOR constants::4 const short CORBA = 4; }; diff --git a/udkapi/com/sun/star/registry/RegistryKeyType.idl b/udkapi/com/sun/star/registry/RegistryKeyType.idl index 00157b57c93d..c02a3126afdd 100644 --- a/udkapi/com/sun/star/registry/RegistryKeyType.idl +++ b/udkapi/com/sun/star/registry/RegistryKeyType.idl @@ -30,10 +30,7 @@ */ published enum RegistryKeyType { - // DOCUMENTATION OMITTED FOR RegistryKeyType:: KEY, KEY, - - // DOCUMENTATION OMITTED FOR RegistryKeyType:: LINK LINK }; diff --git a/udkapi/com/sun/star/registry/RegistryValueType.idl b/udkapi/com/sun/star/registry/RegistryValueType.idl index 11bfbf6a67d4..81cca13e9054 100644 --- a/udkapi/com/sun/star/registry/RegistryValueType.idl +++ b/udkapi/com/sun/star/registry/RegistryValueType.idl @@ -31,42 +31,27 @@ */ published enum RegistryValueType { - // DOCUMENTATION OMITTED FOR RegistryValueType:: NOT_DEFINED, /** the type of the key is not defined. */ NOT_DEFINED, - - // DOCUMENTATION OMITTED FOR RegistryValueType:: LONG, /** the type of the key is long. */ LONG, - - // DOCUMENTATION OMITTED FOR RegistryValueType:: ASCII, /** the type of the key is ASCII. */ ASCII, - - // DOCUMENTATION OMITTED FOR RegistryValueType:: STRING, /** the type of the key is a string. */ STRING, - - // DOCUMENTATION OMITTED FOR RegistryValueType:: BINARY, /** the type of the key is binary. */ BINARY, - - // DOCUMENTATION OMITTED FOR RegistryValueType:: LONGLIST, /** the type of the key is LONGLIST. */ LONGLIST, - - // DOCUMENTATION OMITTED FOR RegistryValueType:: ASCIILIST, /** the type of the key is a ASCIILIST. */ ASCIILIST, - - // DOCUMENTATION OMITTED FOR RegistryValueType:: STRINGLIST /** the type of the key is a STRINGLIST. */ STRINGLIST |