[Libreoffice-commits] core.git: offapi/com
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Mon Aug 12 09:51:24 UTC 2019
offapi/com/sun/star/form/runtime/XFormController.idl | 4 ++--
offapi/com/sun/star/form/runtime/XFormOperations.idl | 2 +-
offapi/com/sun/star/form/validation/ValidatableControlModel.idl | 2 +-
offapi/com/sun/star/frame/ControlEvent.idl | 2 +-
offapi/com/sun/star/frame/DocumentTemplates.idl | 2 +-
offapi/com/sun/star/frame/ToolbarController.idl | 2 +-
offapi/com/sun/star/frame/XComponentLoader.idl | 2 +-
offapi/com/sun/star/frame/XDispatchProvider.idl | 2 +-
offapi/com/sun/star/frame/XDocumentTemplates.idl | 2 +-
9 files changed, 10 insertions(+), 10 deletions(-)
New commits:
commit fadd18db049f845d0a3645fa91a95f4e7dff0b0e
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Aug 11 19:47:16 2019 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Aug 12 11:50:21 2019 +0200
Fix typos
Change-Id: I330886e475af840f97458b9f157db47555a530e2
Reviewed-on: https://gerrit.libreoffice.org/77314
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/offapi/com/sun/star/form/runtime/XFormController.idl b/offapi/com/sun/star/form/runtime/XFormController.idl
index f71de8d45992..20fc00b4ad80 100644
--- a/offapi/com/sun/star/form/runtime/XFormController.idl
+++ b/offapi/com/sun/star/form/runtime/XFormController.idl
@@ -202,7 +202,7 @@ interface XFormControllerContext;
<tr style="vertical-align: top;">
<td><em>sort</em></td>
- <td>opens an dialog, which allows the user to manipulate the current sorting order of the form. If the dialog
+ <td>opens a dialog, which allows the user to manipulate the current sorting order of the form. If the dialog
is closed with OK, the form is reloaded after setting the new sorting order.</td>
</tr>
@@ -215,7 +215,7 @@ interface XFormControllerContext;
<tr style="vertical-align: top;">
<td><em>filter</em></td>
- <td>opens an dialog, which allows the user to manipulate the current filter of the form. If the dialog
+ <td>opens a dialog, which allows the user to manipulate the current filter of the form. If the dialog
is closed with OK, the form is reloaded after setting the new filter.</td>
</tr>
diff --git a/offapi/com/sun/star/form/runtime/XFormOperations.idl b/offapi/com/sun/star/form/runtime/XFormOperations.idl
index 86cf3b2daf27..a3c4f9e045b7 100644
--- a/offapi/com/sun/star/form/runtime/XFormOperations.idl
+++ b/offapi/com/sun/star/form/runtime/XFormOperations.idl
@@ -61,7 +61,7 @@ interface XFeatureInvalidation;
com::sun::star::form::component::DataForm.</p>
<p>If you agree that this is ugly to do and maintain, then <code>XFormOperations</code>
- is for you. It provides a execute() method, which will do all of the above
+ is for you. It provides an execute() method, which will do all of the above
for you; plus some similar convenient wrappers for similar functionality.</p>
@see FormFeature
diff --git a/offapi/com/sun/star/form/validation/ValidatableControlModel.idl b/offapi/com/sun/star/form/validation/ValidatableControlModel.idl
index 3865ff951328..7af85a9282b5 100644
--- a/offapi/com/sun/star/form/validation/ValidatableControlModel.idl
+++ b/offapi/com/sun/star/form/validation/ValidatableControlModel.idl
@@ -40,7 +40,7 @@ service ValidatableControlModel
<p>Via this service, validatable control models inherit the
com::sun::star::util::XCloneable interface.<br/>
- If an validatable control model, at which a validator has been set (via
+ If a validatable control model, at which a validator has been set (via
XValidatable::setValidator()), is being cloned, then the
validator is also set at the clone. Effectively, this means that
both control model instances share the same validator instance.</p>
diff --git a/offapi/com/sun/star/frame/ControlEvent.idl b/offapi/com/sun/star/frame/ControlEvent.idl
index 7ae4184b31d8..c31f70a6a42e 100644
--- a/offapi/com/sun/star/frame/ControlEvent.idl
+++ b/offapi/com/sun/star/frame/ControlEvent.idl
@@ -27,7 +27,7 @@
module com { module sun { module star { module frame {
-/** describes a control event send by extended user interface
+/** describes a control event sent by extended user interface
controls.
@since OOo 2.0.3
diff --git a/offapi/com/sun/star/frame/DocumentTemplates.idl b/offapi/com/sun/star/frame/DocumentTemplates.idl
index f27ff9da4fa0..d7a2109ec643 100644
--- a/offapi/com/sun/star/frame/DocumentTemplates.idl
+++ b/offapi/com/sun/star/frame/DocumentTemplates.idl
@@ -27,7 +27,7 @@ module com { module sun { module star { module frame {
/** is a service for accessing the document templates of the office
and manipulate them ( add or rename or remove templates )
- It implements a high level interface on top of an ucb content provider which
+ It implements a high level interface on top of a ucb content provider which
is used for template configuration.
*/
published service DocumentTemplates : XDocumentTemplates;
diff --git a/offapi/com/sun/star/frame/ToolbarController.idl b/offapi/com/sun/star/frame/ToolbarController.idl
index 3f2b370e0923..fd332484dacf 100644
--- a/offapi/com/sun/star/frame/ToolbarController.idl
+++ b/offapi/com/sun/star/frame/ToolbarController.idl
@@ -92,7 +92,7 @@ service ToolbarController
<p>
Mostly used by a toolbar implementation to forward information to and request
services from a toolbar controller component. This interface must be usable
- after com::sun::star::lang::XInitialitation::initialize()
+ after com::sun::star::lang::XInitialization::initialize()
has been called. The behavior of the interface is undefined if the controller
component hasn't been initialized.
</p>
diff --git a/offapi/com/sun/star/frame/XComponentLoader.idl b/offapi/com/sun/star/frame/XComponentLoader.idl
index ad31ef43f529..81c25360bfd1 100644
--- a/offapi/com/sun/star/frame/XComponentLoader.idl
+++ b/offapi/com/sun/star/frame/XComponentLoader.idl
@@ -47,7 +47,7 @@ published interface XComponentLoader: com::sun::star::uno::XInterface
<p>
To create new documents, use "private:factory/scalc", "private:factory/swriter", etc.
Other special protocols (e.g. "slot:", ".uno") are not allowed and raise
- an com::sun::star::lang::IllegalArgumentException.
+ a com::sun::star::lang::IllegalArgumentException.
</p>
@param TargetFrameName
diff --git a/offapi/com/sun/star/frame/XDispatchProvider.idl b/offapi/com/sun/star/frame/XDispatchProvider.idl
index 5259404748bf..4b3c806a4085 100644
--- a/offapi/com/sun/star/frame/XDispatchProvider.idl
+++ b/offapi/com/sun/star/frame/XDispatchProvider.idl
@@ -72,7 +72,7 @@ published interface XDispatchProvider: com::sun::star::uno::XInterface
<p>
It's not allowed to pack it - because every request must match
- to his real result. Means: don't delete `NULL` entries inside this list.
+ to its real result. Means: don't delete `NULL` entries inside this list.
</p>
*/
sequence< XDispatch > queryDispatches(
diff --git a/offapi/com/sun/star/frame/XDocumentTemplates.idl b/offapi/com/sun/star/frame/XDocumentTemplates.idl
index b89a62f2b928..ccac1af0f3eb 100644
--- a/offapi/com/sun/star/frame/XDocumentTemplates.idl
+++ b/offapi/com/sun/star/frame/XDocumentTemplates.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module frame {
and organized in groups. This data should be persistent and can be
updated by calling special method XDocumentTemplates::update().
A real implementation of this interface can do that on top of
- an ucb content provider. Method XDocumentTemplates::getContent()
+ a ucb content provider. Method XDocumentTemplates::getContent()
force that.
</p>
*/
More information about the Libreoffice-commits
mailing list