diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-27 10:44:52 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-27 11:49:10 +0200 |
commit | fdd35ea841f319c48e1978dfead703d6cb0996ff (patch) | |
tree | 681595ee1212584523928792baa7ce03b21b18ec /offapi | |
parent | 8fe85c248d0d45e180db6668b8ac5840c8dc6b1e (diff) |
Fix typos
Change-Id: I380856ca45c835e732fdf080a522caab4534db5b
Reviewed-on: https://gerrit.libreoffice.org/76346
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi')
4 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/embed/XEmbedObjectFactory.idl b/offapi/com/sun/star/embed/XEmbedObjectFactory.idl index 83dbc8faf899..b7a760da17c0 100644 --- a/offapi/com/sun/star/embed/XEmbedObjectFactory.idl +++ b/offapi/com/sun/star/embed/XEmbedObjectFactory.idl @@ -41,7 +41,7 @@ published interface XEmbedObjectFactory: com::sun::star::uno::XInterface <p> This method can be used to have a full control over persistence - initialization of a object. + initialization of an object. </p> <p> diff --git a/offapi/com/sun/star/form/PropertyBrowserController.idl b/offapi/com/sun/star/form/PropertyBrowserController.idl index 50f1b757aab9..4e9c3d894c95 100644 --- a/offapi/com/sun/star/form/PropertyBrowserController.idl +++ b/offapi/com/sun/star/form/PropertyBrowserController.idl @@ -31,7 +31,7 @@ /** describes a controller which can be used to browse and modify properties of form controls. - <p>The controller can be plugged into an com::sun::star::frame::XFrame, and will + <p>The controller can be plugged into a com::sun::star::frame::XFrame, and will provide a visual component for inspecting control properties. This means it allows to interactively control several aspects of a FormControlModel or DataAwareControlModel, such as it's data binding, it's layout, and it's event binding</p> @@ -101,7 +101,7 @@ published service PropertyBrowserController /** ensures the basic functionality for a controller. <p>With supporting this interface, the component is able to operate in (and provide content - for) an com::sun::star::frame::XFrame.</p> + for) a com::sun::star::frame::XFrame.</p> */ interface com::sun::star::frame::XController; diff --git a/offapi/com/sun/star/form/XFormsSupplier2.idl b/offapi/com/sun/star/form/XFormsSupplier2.idl index 8befb52a2333..034a3d084249 100644 --- a/offapi/com/sun/star/form/XFormsSupplier2.idl +++ b/offapi/com/sun/star/form/XFormsSupplier2.idl @@ -40,7 +40,7 @@ interface XFormsSupplier2: XFormsSupplier <p>Semantically, hasForms() is equivalent to calling XElementAccess::hasElements() on the container returned by XFormsSupplier::getForms(). But when using the latter, the - implementation is forced to create a empty container, which might be potentially + implementation is forced to create an empty container, which might be potentially expensive.</p> */ boolean hasForms(); diff --git a/offapi/com/sun/star/form/binding/BindableIntegerValueRange.idl b/offapi/com/sun/star/form/binding/BindableIntegerValueRange.idl index 7dcadeef05b0..11f235a7ccce 100644 --- a/offapi/com/sun/star/form/binding/BindableIntegerValueRange.idl +++ b/offapi/com/sun/star/form/binding/BindableIntegerValueRange.idl @@ -40,7 +40,7 @@ service BindableIntegerValueRange must support exchanging double values.</p> <p>When the (integer) value reflected by the control model is changed, it's converted - into an double value and propagated to the binding.</p> + into a double value and propagated to the binding.</p> <p>When the external (double) value changes, it's converted as follows to an integer value: |