diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-13 10:59:29 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-13 10:59:29 +0200 |
commit | 3ed31af5bbfdbd248d2c8fc483b8cacdf1da5251 (patch) | |
tree | 5afa95de4453afa063f4a4e43f050c52eb3fd0fb /udkapi/com/sun/star/registry | |
parent | 7bd108e7586bab6f1ae50b0a2ce9715d8df0fd49 (diff) |
Bin DOCUMENTATION OMITTED comments
No need to shout. The lack of documentation is obvious anyway to somebody
looking for it.
Change-Id: I4f21661c8bff87170bc4e272da29f060eec0dda6
Diffstat (limited to 'udkapi/com/sun/star/registry')
-rw-r--r-- | udkapi/com/sun/star/registry/RegistryKeyType.idl | 3 | ||||
-rw-r--r-- | udkapi/com/sun/star/registry/RegistryValueType.idl | 15 |
2 files changed, 0 insertions, 18 deletions
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 |