summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2014-11-10 15:05:25 +0100
committerNoel Grandin <noelgrandin@gmail.com>2014-11-12 11:04:11 +0000
commitda40cac540e7d735edbe9069b3c8ec6af4530208 (patch)
treef2abda7281129e13f588c77b18780a7090c8405f /offapi/com/sun/star/embed
parentbb437029c1e5331bcc3f8fb2fc87837142a52f33 (diff)
Fix common typos. No automatic tools. Handmade…
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'offapi/com/sun/star/embed')
-rw-r--r--offapi/com/sun/star/embed/Storage.idl8
-rw-r--r--offapi/com/sun/star/embed/StorageStream.idl6
2 files changed, 7 insertions, 7 deletions
diff --git a/offapi/com/sun/star/embed/Storage.idl b/offapi/com/sun/star/embed/Storage.idl
index 63100d6d21d5..0382670f95f0 100644
--- a/offapi/com/sun/star/embed/Storage.idl
+++ b/offapi/com/sun/star/embed/Storage.idl
@@ -82,7 +82,7 @@ published service Storage
In case a storage object is disposed all the elements
( substorages and substreams ) retrieved from the
object are disposed. If the storage was opened in
- read-write mode all non-commited changes will be lost.
+ read-write mode all non-committed changes will be lost.
</p>
</dd>
<dt>interface XStorage</dt>
@@ -226,11 +226,11 @@ published service Storage
/** allows to commit or revert changes that were done for the storage.
<p>
- If a storage is commited all changes made to it will be integrated to
- its parent storage. This is recursive process, so the last commited
+ If a storage is committed all changes made to it will be integrated to
+ its parent storage. This is recursive process, so the last committed
storage should be the root one. For the package based storages commit
of a root storage also means flashing to the related medium. If
- a storage is not commited, no changes for it or its child elements
+ a storage is not committed, no changes for it or its child elements
will be stored.
</p>
*/
diff --git a/offapi/com/sun/star/embed/StorageStream.idl b/offapi/com/sun/star/embed/StorageStream.idl
index 57fcae482e79..6ebcf2e6269d 100644
--- a/offapi/com/sun/star/embed/StorageStream.idl
+++ b/offapi/com/sun/star/embed/StorageStream.idl
@@ -162,14 +162,14 @@ published service StorageStream
<p>
The property value `TRUE` means that the stream will become encrypted
after the closest storage in the parent hierarchy, that has common
- storage password, is commited.
+ storage password, is committed.
`FALSE` - the stream will not react to commit of such a storage.
</p>
<p>
In case stream is not encrypted and the property is set to `TRUE`,
the stream will stay non-encrypted until the closest storage
- in the parent hierarchy, that has common storage password, is commited.
+ in the parent hierarchy, that has common storage password, is committed.
On the commit the stream will be encrypted with the common storage
password. If there is no such storage in the hierarchy the stream
will not be encrypted at all.
@@ -186,7 +186,7 @@ published service StorageStream
<p>
In case stream is encrypted one and the value is set to `TRUE`
the stream becomes non-encrypted until the common storage password
- holder is commited. The data about previously set password ( if any )
+ holder is committed. The data about previously set password ( if any )
will be removed and the stream can be accessed as non-encrypted stream.
</p>
*/