summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/StorageStream.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/StorageStream.idl')
-rw-r--r--offapi/com/sun/star/embed/StorageStream.idl6
1 files changed, 3 insertions, 3 deletions
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>
*/