diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-28 00:44:31 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:05 +0200 |
commit | 928b8640c0d1a9c49249100efbdd70f8c1090b07 (patch) | |
tree | d4f2388c89d137d62bced7b9e8339f964d3632ad /udkapi/com/sun/star/registry | |
parent | 6e1d239ae04bbb1b639ae8d04c59d3375f867712 (diff) |
*api: convert <TRUE/> <FALSE/> <VOID/> <NULL/>
sed -i 's,<\(TRUE\|FALSE\|VOID\|NULL\)/>,`\1`,g'
Change-Id: Ia4df97ca809b00993530d67203bbe4ba7a072201
Diffstat (limited to 'udkapi/com/sun/star/registry')
-rw-r--r-- | udkapi/com/sun/star/registry/DefaultRegistry.idl | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/registry/NestedRegistry.idl | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/registry/XRegistryKey.idl | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/registry/DefaultRegistry.idl b/udkapi/com/sun/star/registry/DefaultRegistry.idl index 4626fe37fe45..b60c3de2d513 100644 --- a/udkapi/com/sun/star/registry/DefaultRegistry.idl +++ b/udkapi/com/sun/star/registry/DefaultRegistry.idl @@ -40,7 +40,7 @@ </dd> <dt> <b>isValid</b> </dt> - <dd> checks if the local registry is valid. If the interface is not <NULL/> + <dd> checks if the local registry is valid. If the interface is not `NULL` the local registry should always be valid. </dd> <dt> <b>isReadOnly</b> </dt> diff --git a/udkapi/com/sun/star/registry/NestedRegistry.idl b/udkapi/com/sun/star/registry/NestedRegistry.idl index 07cdc7b990c5..841c9d793b9b 100644 --- a/udkapi/com/sun/star/registry/NestedRegistry.idl +++ b/udkapi/com/sun/star/registry/NestedRegistry.idl @@ -42,7 +42,7 @@ </dd> <dt> <b>isValid</b> </dt> - <dd> checks if registry1 is valid. If the interface is not <NULL/> + <dd> checks if registry1 is valid. If the interface is not `NULL` then registry1 should always be valid. </dd> diff --git a/udkapi/com/sun/star/registry/XRegistryKey.idl b/udkapi/com/sun/star/registry/XRegistryKey.idl index f9456e797653..d2759d9e3112 100644 --- a/udkapi/com/sun/star/registry/XRegistryKey.idl +++ b/udkapi/com/sun/star/registry/XRegistryKey.idl @@ -341,9 +341,9 @@ published interface XRegistryKey: com::sun::star::uno::XInterface /** creates a new link in the registry. @returns - <TRUE/> if the link was created. If the link already + `TRUE` if the link was created. If the link already exists or the link target does not exist, the - function returns <FALSE/>. + function returns `FALSE`. @param aLinkName specifies the relative path from the current key to |