summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/StorageStream.idl
diff options
context:
space:
mode:
authorAurimas Fišeras <aurimas@gmail.com>2011-01-22 13:23:30 +0200
committerDavid Tardon <dtardon@redhat.com>2011-01-25 07:03:25 +0100
commitb8250c7382b86bf02927e6224c715e4921c47f6d (patch)
tree393aa47f6158aa3b8aff6c856f45079c45fc454a /offapi/com/sun/star/embed/StorageStream.idl
parent65203e5978bc0c8803bd0d71fe2d3e2edd60d2b6 (diff)
Some fixes to documentation (part 1)
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/embed/StorageStream.idl')
-rw-r--r--offapi/com/sun/star/embed/StorageStream.idl14
1 files changed, 7 insertions, 7 deletions
diff --git a/offapi/com/sun/star/embed/StorageStream.idl b/offapi/com/sun/star/embed/StorageStream.idl
index 1fb6733605f0..53f5ccdefb78 100644
--- a/offapi/com/sun/star/embed/StorageStream.idl
+++ b/offapi/com/sun/star/embed/StorageStream.idl
@@ -60,7 +60,7 @@
<type>Storage</type> service.
<p>
- In case a stream is open with readwrite access only one instance
+ In case a stream is open with read-write access only one instance
of the stream can exist.
</p>
*/
@@ -90,7 +90,7 @@ published service StorageStream
<p>
In case a stream is opened with read-write access only one instance of
the stream can exist. It means that the stream can not be reopened
- even for readonly access until the readwrite instance is disposed.
+ even for readonly access until the read-write instance is disposed.
From the other side it is possible to open multiple streams for
readonly access. But because of the rule mentioned above it will not
be possible to open the stream for read-write access until all the
@@ -146,7 +146,7 @@ published service StorageStream
/** allows to set password to the stream.
<p>
- This interface must be supported by a stream with readwrite access
+ This interface must be supported by a stream with read-write access
to allow to set a password that should be used next time the
stream is stored.
</p>
@@ -201,7 +201,7 @@ published service StorageStream
<p>
In case stream is not encrypted and the property is set to <TRUE/>,
- the stream will stay nonencrypted until the closest storage
+ the stream will stay non-encrypted until the closest storage
in the parent hierarchy, that has common storage password, is commited.
On the commit the stream will be encrypted with the common storage
password. If there is no such storage in the hierarchy the stream
@@ -213,14 +213,14 @@ published service StorageStream
If somebody sets a password explicitly by using
<type>XEncryptionProtectedSource</type> interface the value is
automatically set to <FALSE/> and the stream becomes encrypted
- with specified password immediatelly.
+ with specified password immediately.
</p>
<p>
In case stream is encrypted one and the value is set to <TRUE/>
- the stream becomes nonencrypted until the common storage password
+ the stream becomes non-encrypted until the common storage password
holder is commited. The data about previously set password ( if any )
- will be removed and the stream can be accessed as nonencrypted stream.
+ will be removed and the stream can be accessed as non-encrypted stream.
</p>
*/
[property] boolean UseCommonStoragePasswordEncryption;