summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/registry/XSimpleRegistry.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/registry/XSimpleRegistry.idl')
-rw-r--r--udkapi/com/sun/star/registry/XSimpleRegistry.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/registry/XSimpleRegistry.idl b/udkapi/com/sun/star/registry/XSimpleRegistry.idl
index 5cf60eed4eca..544170a78dd9 100644
--- a/udkapi/com/sun/star/registry/XSimpleRegistry.idl
+++ b/udkapi/com/sun/star/registry/XSimpleRegistry.idl
@@ -46,7 +46,7 @@ published interface XSimpleRegistry: com::sun::star::uno::XInterface
<p>If a local registry is already open, this function
will close the currently open registry.
- @param aURL
+ @param URL
specifies the complete URL to access the data source.
@param bReadOnly
@@ -60,7 +60,7 @@ published interface XSimpleRegistry: com::sun::star::uno::XInterface
@throws InvalidRegistryException
if the registry does not exist.
*/
- void open( [in] string rURL,
+ void open( [in] string URL,
[in] boolean bReadOnly,
[in] boolean bCreate )
raises( com::sun::star::registry::InvalidRegistryException );