summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/UniversalContentBroker.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
commit2869699356e7de4fc30173546048c8ad90beb679 (patch)
tree169ff5d9cbef3ef361340331abcb69514ba576ac /offapi/com/sun/star/ucb/UniversalContentBroker.idl
parenteee85b1e91c233bf16adbf5579398c80f8f4c76a (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/UniversalContentBroker.idl')
-rw-r--r--offapi/com/sun/star/ucb/UniversalContentBroker.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ucb/UniversalContentBroker.idl b/offapi/com/sun/star/ucb/UniversalContentBroker.idl
index 0c2e3cc0a..c52e54717 100644
--- a/offapi/com/sun/star/ucb/UniversalContentBroker.idl
+++ b/offapi/com/sun/star/ucb/UniversalContentBroker.idl
@@ -69,7 +69,7 @@ module com { module sun { module star { module ucb {
<type scope="com::sun::star::lang">XInitialization</type> interface for
details.
- <p>If the instance is created without arguments, the newly instatiated
+ <p>If the instance is created without arguments, the newly instantiated
broker is not configured.
*/
published service UniversalContentBroker
@@ -78,7 +78,7 @@ published service UniversalContentBroker
/** must be implemented to make it possible to resolve cyclic object
references.
- <p>Those references i.e. may occure if content provider implementations
+ <p>Those references i.e. may occur if content provider implementations
hold references to the Broker. The Broker itself always holds its
providers. If the Broker shall be released,
<member scope="com::sun::star::lang">XComponent::dispose</member>
@@ -153,7 +153,7 @@ published service UniversalContentBroker
[parameter type and name]
-----------------------------------------------------------------------
- Requiered commands:
+ Required commands:
-----------------------------------------------------------------------
// This command obtains an interface which allows to query
@@ -167,7 +167,7 @@ published service UniversalContentBroker
// Additionally, it can be used to create a link to a Content.
// The implementation must be able to handle Contents provided
// by any Content Provider. This is different from the command
- // 'transfer' that can be supported by a Content. That command
+ // "transfer" that can be supported by a Content. That command
// typically can only handle <type>Content</type>s provided by one
// <type>ContentProvider</type>.