summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 19:43:21 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 10:11:07 +0200
commit9f336121e324900c0ed58b40993fc04cf7e3334d (patch)
treeb8431de531e56d56d9dc58c09ad9bc0d9752df97 /offapi/com/sun/star/ucb
parentf1e146bb0bc9a8efebebde13772ca140680d5740 (diff)
Fix typos
Change-Id: I3beb64e7d96e23c973fe1246aadccebb86eb301a Reviewed-on: https://gerrit.libreoffice.org/77310 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi/com/sun/star/ucb')
-rw-r--r--offapi/com/sun/star/ucb/Content.idl4
-rw-r--r--offapi/com/sun/star/ucb/FileContent.idl2
2 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ucb/Content.idl b/offapi/com/sun/star/ucb/Content.idl
index 8e2baa0c90fd..c80bdb8727eb 100644
--- a/offapi/com/sun/star/ucb/Content.idl
+++ b/offapi/com/sun/star/ucb/Content.idl
@@ -132,7 +132,7 @@ published service Content
elements corresponds to the first element in the sequence of
com::sun::star::beans::PropertyValue passed as
command argument, and so on. The exceptions will never be passed to
- an com::sun::star::task::InteractionHandler.</p>
+ a com::sun::star::task::InteractionHandler.</p>
<p>Every element in the returned sequence is an any containing:</p>
<ul>
@@ -152,7 +152,7 @@ published service Content
setting an empty title may be illegal.</li>
<li>Any other exception derived from com::sun::star::uno::Exception
indicates, that the value was not set successfully. For example,
- this can be a InteractiveAugmentedIOException
+ this can be an InteractiveAugmentedIOException
transporting the error code IOErrorCode::ACCESS_DENIED.</li>
</ul>
diff --git a/offapi/com/sun/star/ucb/FileContent.idl b/offapi/com/sun/star/ucb/FileContent.idl
index 191b7dff332e..89eda3997fc7 100644
--- a/offapi/com/sun/star/ucb/FileContent.idl
+++ b/offapi/com/sun/star/ucb/FileContent.idl
@@ -81,7 +81,7 @@ published service FileContent
Let the new object ( not the parent! ) execute the command "insert".
This will create the corresponding physical file or directory.
For files, you need to supply the implementation of
- an com::sun::star::io::XInputStream with the
+ a com::sun::star::io::XInputStream with the
command's parameters, that provides access to the stream data.
</li>
</ol>