diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-10-11 14:58:02 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-10-12 10:58:35 +0200 |
commit | 9f9372ff52cb7d3792f116faa73dd019825b7e38 (patch) | |
tree | 6d9eb5a8daf5e5bf601680766627d504c2665557 /offapi | |
parent | 7da83a670b9988bf31a3385c708a2dbee03f73cd (diff) |
Improve sentences
Change-Id: I9d5c657f53d23b2801b0e90584a4b8613dd93235
Reviewed-on: https://gerrit.libreoffice.org/61671
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/document/MediaDescriptor.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/document/MediaDescriptor.idl b/offapi/com/sun/star/document/MediaDescriptor.idl index 61d0053bbdde..c0e813170949 100644 --- a/offapi/com/sun/star/document/MediaDescriptor.idl +++ b/offapi/com/sun/star/document/MediaDescriptor.idl @@ -324,7 +324,7 @@ service MediaDescriptor */ [optional,property] boolean Overwrite; - /** password for loading storing documents + /** password for loading or storing documents <p> It contains a password for loading or storing a component (if necessary). @@ -479,7 +479,7 @@ service MediaDescriptor /** URL of the document <p> - The location of the component in URL syntax. It must be the full qualified URL and + The location of the component in URL syntax. It must be a fully qualified URL. </p> */ [optional,property] string URL; |