diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-02 18:23:45 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2015-07-03 08:19:04 +0000 |
commit | 7f73bb5b44202431f4d07b283e47b1bc0a1a651e (patch) | |
tree | 26067609d994c0e288134f8563243416c332f94e /offapi | |
parent | e9e61a4a7850ec7f2e0cf238c58794b021da5235 (diff) |
Fix typos
Change-Id: I8e429d1f03aac7c7cdb7ff4b43b3f46d40292510
Reviewed-on: https://gerrit.libreoffice.org/16709
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/ucb/Content.idl | 4 | ||||
-rw-r--r-- | offapi/type_reference/typelibrary_history.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ucb/Content.idl b/offapi/com/sun/star/ucb/Content.idl index f047ec432d71..ead031ed31e0 100644 --- a/offapi/com/sun/star/ucb/Content.idl +++ b/offapi/com/sun/star/ucb/Content.idl @@ -204,7 +204,7 @@ published service Content be sorted, otherwise it can be left empty. </li> </ul> - The exceution must be aborted by the implementation of this command + The execution must be aborted by the implementation of this command (by throwing a CommandAbortedException), if an unsupported mode is requested. </td> @@ -234,7 +234,7 @@ published service Content <li>com::sun::star::ucb::OpenCommandArgument::Properties: empty ( ignored )</li> <li>com::sun::star::ucb::OpenCommandArgument2::SortingInfo: empty ( ignored )</li> </ul> - <p>The exceution must be aborted by the implementation of this command + <p>The execution must be aborted by the implementation of this command (by throwing a CommandAbortedException), if an unsupported mode is requested.</p> </td> diff --git a/offapi/type_reference/typelibrary_history.txt b/offapi/type_reference/typelibrary_history.txt index 0a2e288f4644..793a3bc892ec 100644 --- a/offapi/type_reference/typelibrary_history.txt +++ b/offapi/type_reference/typelibrary_history.txt @@ -82,7 +82,7 @@ the service nad singleton type info. In the same step i have updated the reference type library with the rdb of OOo2.0.1 and have patched the following singleton types to ensure that we need - only one type ibrary: + only one type library: - com.sun.star.script.browse.theBrowseNodeFactory - com.sun.star.script.provider.theMasterScriptProviderFactory - com.sun.star.util.theMacroExpander |