diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-09-03 00:19:40 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-09-03 10:29:41 +0200 |
commit | eced5a20b5db1364aa9feb50dfc8e55b34324b9e (patch) | |
tree | a96eb91f02c8811fd7c6154618a168487b65c73b /offapi/com | |
parent | 5785fc06836607b3a0a25e649d81b8607b22d4af (diff) |
Fix typos
Change-Id: I7eacff7dd5bf1e8ae70d2bca0bc852b8a45eeeec
Reviewed-on: https://gerrit.libreoffice.org/78428
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/embed/StorageStream.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/embed/StorageStream.idl b/offapi/com/sun/star/embed/StorageStream.idl index cb90b6a08496..8388e2ac8213 100644 --- a/offapi/com/sun/star/embed/StorageStream.idl +++ b/offapi/com/sun/star/embed/StorageStream.idl @@ -84,7 +84,7 @@ published service StorageStream <p> When a stream is disposed all the changes that were done for it are - automatically flashed, so that they becomes visible from parent + automatically flashed, so that they become visible from parent storage. It is also possible to flash the stream explicitly. </p> |