summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui/XUIConfigurationManager.idl
diff options
context:
space:
mode:
authorAurimas Fišeras <aurimas@gmail.com>2011-01-25 20:24:26 +0200
committerCaolán McNamara <caolanm@redhat.com>2011-01-31 10:43:16 +0000
commit406a63e9a0f1a955ff08a0d10d13352174b77193 (patch)
tree67c556e031bd22ada3bbff7dee72499f163f9e8b /offapi/com/sun/star/ui/XUIConfigurationManager.idl
parenta129a38585fe89bb95de35982432c28dd4c62b4d (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/ui/XUIConfigurationManager.idl')
-rw-r--r--offapi/com/sun/star/ui/XUIConfigurationManager.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ui/XUIConfigurationManager.idl b/offapi/com/sun/star/ui/XUIConfigurationManager.idl
index 3958441ee486..62d3dc56a0eb 100644
--- a/offapi/com/sun/star/ui/XUIConfigurationManager.idl
+++ b/offapi/com/sun/star/ui/XUIConfigurationManager.idl
@@ -130,8 +130,8 @@ interface XUIConfigurationManager : ::com::sun::star::uno::XInterface
@param ResourceURL
a resource URL which identifies the user interface element. A
- resourcce URL must meet the following syntax:
- "private:resource/$type/$name. It is only allowed to use ascii
+ resource URL must meet the following syntax:
+ "private:resource/$type/$name. It is only allowed to use ASCII
characters for type and name.
@return
@@ -143,12 +143,12 @@ interface XUIConfigurationManager : ::com::sun::star::uno::XInterface
@param ResourceURL
a resource URL which identifies the user interface element. A
- resourcce URL must meet the following syntax:
- "private:resource/$type/$name. It is only allowed to use ascii
+ resource URL must meet the following syntax:
+ "private:resource/$type/$name. It is only allowed to use ASCII
characters for type and name.
@param bWriteable
- must be <TRUE/> if the retrieved settings should be a writeable.
+ must be <TRUE/> if the retrieved settings should be a writable.
Otherwise <FALSE/> should be provided to get a shareable reference
to the settings data.