diff options
author | Aurimas Fišeras <aurimas@gmail.com> | 2011-01-25 20:24:26 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-31 10:43:16 +0000 |
commit | 2869699356e7de4fc30173546048c8ad90beb679 (patch) | |
tree | 169ff5d9cbef3ef361340331abcb69514ba576ac /offapi/com/sun/star/ucb/PropertySetRegistry.idl | |
parent | eee85b1e91c233bf16adbf5579398c80f8f4c76a (diff) |
Some fixes to documentation (part 5)
Fixes many spelling errors (checked with en_US spell checker).
Unifies spelling of some common words.
Replaces single quotes ('') with double quotes ("").
Fixes several other errors.
Diffstat (limited to 'offapi/com/sun/star/ucb/PropertySetRegistry.idl')
-rw-r--r-- | offapi/com/sun/star/ucb/PropertySetRegistry.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/ucb/PropertySetRegistry.idl b/offapi/com/sun/star/ucb/PropertySetRegistry.idl index 6c422b1f5..0aed9c4cd 100644 --- a/offapi/com/sun/star/ucb/PropertySetRegistry.idl +++ b/offapi/com/sun/star/ucb/PropertySetRegistry.idl @@ -30,7 +30,7 @@ #ifndef __com_sun_star_ucb_XPropertySetRegistry_idl__ #include <com/sun/star/ucb/XPropertySetRegistry.idl> #endif -#ifndef __com_sun_star_conatiner_XNameAccess_idl__ +#ifndef __com_sun_star_container_XNameAccess_idl__ #include <com/sun/star/container/XNameAccess.idl> #endif @@ -45,7 +45,7 @@ module com { module sun { module star { module ucb { published service PropertySetRegistry { //------------------------------------------------------------------------- - /** A propertyset registry. + /** A property set registry. */ interface com::sun::star::ucb::XPropertySetRegistry; |