diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-03-11 10:12:45 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-03-11 10:14:26 +0200 |
commit | 5d6532a94b6737c9fe453bc42beb27c6a83e5119 (patch) | |
tree | 55b0232d253f62450b216763e91b49ec11682663 /offapi | |
parent | 8636e2462d9a8f7ed092246cc152030467d96515 (diff) |
Fix (German?) spelling mistakes in comments: s/save/safe (the adjective)
Might be more of them left, I found these by looking for "is save" or
"it save".
Many more potential misspellings of "Safe" as "Save" in identifiers
are left. Need to check individually which of them actually mean
"Safe", which mean "Saved" perhaps.
Change-Id: I5d3791ea2df2e1d485f65400404972b72af45aec
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/text/MailMerge.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/text/MailMerge.idl b/offapi/com/sun/star/text/MailMerge.idl index 97411822aa99..e7691c4b7769 100644 --- a/offapi/com/sun/star/text/MailMerge.idl +++ b/offapi/com/sun/star/text/MailMerge.idl @@ -329,7 +329,7 @@ published service MailMerge - /** determines that the output of the mail merge is save in one single file. + /** determines that the output of the mail merge is saved in one single file. <p>This property is only evaluated for file output.</p> @since OOo 2.0 |