summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/XURLTransformer.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/util/XURLTransformer.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/util/XURLTransformer.idl')
-rw-r--r--offapi/com/sun/star/util/XURLTransformer.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/util/XURLTransformer.idl b/offapi/com/sun/star/util/XURLTransformer.idl
index 38232255fa22..947f38596827 100644
--- a/offapi/com/sun/star/util/XURLTransformer.idl
+++ b/offapi/com/sun/star/util/XURLTransformer.idl
@@ -66,7 +66,7 @@ published interface XURLTransformer: com::sun::star::uno::XInterface
@returns
<TRUE/> if parsing was successfully (means if given URL was syntactically correct)
- or <FALSE/> otherwhise.
+ or <FALSE/> otherwise.
*/
boolean parseStrict( [inout] com::sun::star::util::URL aURL );
@@ -103,7 +103,7 @@ published interface XURLTransformer: com::sun::star::uno::XInterface
stores it into <member>URL::Complete</member>
@param aURL
- the URL which contains alls neccessary information in a structured form. The
+ the URL which contains alls necessary information in a structured form. The
member <member>URL::Complete</member> contains the URL in string notation after
the operation finished successfully. Otherwise the content of <member>URL::complete</member>
is not defined.
@@ -117,7 +117,7 @@ published interface XURLTransformer: com::sun::star::uno::XInterface
/** returns a representation of the URL for UI purposes only
<p>
- Sometimes it can be usefull to show an URL on an user interface
+ Sometimes it can be useful to show an URL on an user interface
in a more "human readable" form. Such URL can't be used on any API
call, but make it easier for the user to understand it.
</p>