summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-04-16 11:17:10 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-04-16 12:46:55 +0200
commit3fce6ae224efb5f8bdf78ef83f89be11dafabf3a (patch)
tree6d05d02534e129e92a67913df6c9f9861e650a0c /offapi
parentf03310eac0162c8b582a0f5f6cb0489d29aaa488 (diff)
fix usage of successful/successfully in comments
Change-Id: If280e1e944c877462cb84b579e19d4fd2ad1900b Reviewed-on: https://gerrit.libreoffice.org/70813 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/frame/DispatchResultState.idl2
-rw-r--r--offapi/com/sun/star/frame/XController.idl2
-rw-r--r--offapi/com/sun/star/task/XJob.idl2
-rw-r--r--offapi/com/sun/star/task/XJobListener.idl2
-rw-r--r--offapi/com/sun/star/util/XURLTransformer.idl4
5 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/frame/DispatchResultState.idl b/offapi/com/sun/star/frame/DispatchResultState.idl
index 8b117621c09e..e0658dd2eff6 100644
--- a/offapi/com/sun/star/frame/DispatchResultState.idl
+++ b/offapi/com/sun/star/frame/DispatchResultState.idl
@@ -31,7 +31,7 @@ published constants DispatchResultState
*/
const short FAILURE = 0;
- /** indicates: dispatch was successfully
+ /** indicates: dispatch was successful
*/
const short SUCCESS = 1;
diff --git a/offapi/com/sun/star/frame/XController.idl b/offapi/com/sun/star/frame/XController.idl
index d8b52b8da83b..0e07f60eec55 100644
--- a/offapi/com/sun/star/frame/XController.idl
+++ b/offapi/com/sun/star/frame/XController.idl
@@ -49,7 +49,7 @@ published interface XController: com::sun::star::lang::XComponent
the new model for this controller
@return
- `TRUE` If attaching was successfully
+ `TRUE` If attaching was successful
<br>
`FALSE` Otherwise
*/
diff --git a/offapi/com/sun/star/task/XJob.idl b/offapi/com/sun/star/task/XJob.idl
index bedced7058b1..8300306a93bf 100644
--- a/offapi/com/sun/star/task/XJob.idl
+++ b/offapi/com/sun/star/task/XJob.idl
@@ -53,7 +53,7 @@ published interface XJob : com::sun::star::uno::XInterface
But it should be possible to
<ul>
<li>deregister the job</li>
- <li>let him registered although execution was successfully(!)</li>
+ <li>let him registered although execution was successful(!)</li>
<li>make some job specific data persistent inside the job configuration which
is provided by the executor.</li>
</ul>
diff --git a/offapi/com/sun/star/task/XJobListener.idl b/offapi/com/sun/star/task/XJobListener.idl
index 15cf9d56d19f..9b40682823f2 100644
--- a/offapi/com/sun/star/task/XJobListener.idl
+++ b/offapi/com/sun/star/task/XJobListener.idl
@@ -45,7 +45,7 @@ published interface XJobListener : com::sun::star::lang::XEventListener
<ul>
<li>deregister the job</li>
- <li>let him registered although execution was successfully(!)</li>
+ <li>let him registered although execution was successful(!)</li>
<li>make some job specific data persistent inside the job configuration which
is provided by the executor.</li>
</ul>
diff --git a/offapi/com/sun/star/util/XURLTransformer.idl b/offapi/com/sun/star/util/XURLTransformer.idl
index e6d2b0212872..89f75f71d00b 100644
--- a/offapi/com/sun/star/util/XURLTransformer.idl
+++ b/offapi/com/sun/star/util/XURLTransformer.idl
@@ -49,7 +49,7 @@ published interface XURLTransformer: com::sun::star::uno::XInterface
can be overwritten if the implementation corrected minor failures.
@returns
- `TRUE` if parsing was successfully (means if given URL was syntactically correct)
+ `TRUE` if parsing was successful (means if given URL was syntactically correct)
or `FALSE` otherwise.
*/
boolean parseStrict( [inout] com::sun::star::util::URL aURL );
@@ -91,7 +91,7 @@ published interface XURLTransformer: com::sun::star::uno::XInterface
URL::Complete is not defined.
@returns
- `TRUE` if assembling was successfully or `FALSE` otherwise.
+ `TRUE` if assembling was successful or `FALSE` otherwise.
*/
boolean assemble( [inout] com::sun::star::util::URL aURL );