[Libreoffice-commits] core.git: offapi/com

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Aug 12 09:46:22 UTC 2019


 offapi/com/sun/star/drawing/XCustomShapeEngine.idl             |    2 +-
 offapi/com/sun/star/drawing/XSlideRenderer.idl                 |    2 +-
 offapi/com/sun/star/embed/XPackageStructureCreator.idl         |    4 ++--
 offapi/com/sun/star/form/binding/BindableControlModel.idl      |    2 +-
 offapi/com/sun/star/form/binding/BindableDatabaseComboBox.idl  |    2 +-
 offapi/com/sun/star/form/binding/BindableDatabaseTextField.idl |    2 +-
 offapi/com/sun/star/form/binding/ValueBinding.idl              |    2 +-
 offapi/com/sun/star/form/component/DataForm.idl                |    4 ++--
 offapi/com/sun/star/form/component/DatabaseImageControl.idl    |    6 +++---
 offapi/com/sun/star/form/component/ImageButton.idl             |    2 +-
 10 files changed, 14 insertions(+), 14 deletions(-)

New commits:
commit 07002fba499d855a525d6c53612ef6ec0614c465
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Aug 11 19:48:16 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Aug 12 11:45:16 2019 +0200

    Fix typos
    
    Change-Id: I92483c0234a53c87a8addab2f145615aeff9353e
    Reviewed-on: https://gerrit.libreoffice.org/77316
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/offapi/com/sun/star/drawing/XCustomShapeEngine.idl b/offapi/com/sun/star/drawing/XCustomShapeEngine.idl
index c0142d309a61..e4f8f7d3bd04 100644
--- a/offapi/com/sun/star/drawing/XCustomShapeEngine.idl
+++ b/offapi/com/sun/star/drawing/XCustomShapeEngine.idl
@@ -36,7 +36,7 @@ interface XCustomShapeEngine: com::sun::star::uno::XInterface
 
     /**
         @returns
-            a the shape that is representing the CustomShape
+            the shape that is representing the CustomShape
      */
     com::sun::star::drawing::XShape render();
 
diff --git a/offapi/com/sun/star/drawing/XSlideRenderer.idl b/offapi/com/sun/star/drawing/XSlideRenderer.idl
index 309876b35dae..d5f051602afd 100644
--- a/offapi/com/sun/star/drawing/XSlideRenderer.idl
+++ b/offapi/com/sun/star/drawing/XSlideRenderer.idl
@@ -39,7 +39,7 @@ interface XSlideRenderer
         The reason for not using the given size directly as preview size and
         thus possibly changing the aspect ratio is that
         a) a different aspect ratio is not used often, and
-        b) leaving the adaption of the actual preview size (according to the
+        b) leaving the adaptation of the actual preview size (according to the
         aspect ratio of the slide) to the slide renderer is more convenient
         to the caller than having to this himself.
 
diff --git a/offapi/com/sun/star/embed/XPackageStructureCreator.idl b/offapi/com/sun/star/embed/XPackageStructureCreator.idl
index 4834a9f57d03..7224e8790c7f 100644
--- a/offapi/com/sun/star/embed/XPackageStructureCreator.idl
+++ b/offapi/com/sun/star/embed/XPackageStructureCreator.idl
@@ -25,11 +25,11 @@
 
  module com {  module sun {  module star {  module embed {
 
-/** allows to convert file system folder tree in to a package.
+/** allows to convert filesystem folder tree into a package.
  */
 published interface XPackageStructureCreator: com::sun::star::uno::XInterface
 {
-    /** converts file system folder tree in to a package.
+    /** converts filesystem folder tree into a package.
 
         @param sFolderURL
             the URL of folder that must be converted,
diff --git a/offapi/com/sun/star/form/binding/BindableControlModel.idl b/offapi/com/sun/star/form/binding/BindableControlModel.idl
index 4f5f21492230..809c8a64cdb3 100644
--- a/offapi/com/sun/star/form/binding/BindableControlModel.idl
+++ b/offapi/com/sun/star/form/binding/BindableControlModel.idl
@@ -35,7 +35,7 @@ service BindableControlModel
 
         <p>Via this service, bindable control models inherit the
         com::sun::star::util::XCloneable interface.<br/>
-        If an bindable control model, at which a binding has been established (via
+        If a bindable control model, at which a binding has been established (via
         XBindableValue::setValueBinding()), is being cloned, then the
         binding is also established at the clone. Effectively, this means that
         both control model instances share the same binding instance.</p>
diff --git a/offapi/com/sun/star/form/binding/BindableDatabaseComboBox.idl b/offapi/com/sun/star/form/binding/BindableDatabaseComboBox.idl
index 4f57f9e02836..8742e053c1c8 100644
--- a/offapi/com/sun/star/form/binding/BindableDatabaseComboBox.idl
+++ b/offapi/com/sun/star/form/binding/BindableDatabaseComboBox.idl
@@ -31,7 +31,7 @@ module com {  module sun {  module star {  module form {  module binding {
     input field) which is data-aware and thus can be bound to a database field,
     and additionally supports binding to arbitrary external values.
 
-    <p>If an com::sun::star::form::binding::ValueBinding instance is
+    <p>If a com::sun::star::form::binding::ValueBinding instance is
     set at the field, it will exchange it's text with the binding as <em>string</em>, thus only
     bindings supporting string exchange will be accepted in
     com::sun::star::form::binding::XValueBinding::setValueBinding().
diff --git a/offapi/com/sun/star/form/binding/BindableDatabaseTextField.idl b/offapi/com/sun/star/form/binding/BindableDatabaseTextField.idl
index b894c0f73f91..d321c808ae20 100644
--- a/offapi/com/sun/star/form/binding/BindableDatabaseTextField.idl
+++ b/offapi/com/sun/star/form/binding/BindableDatabaseTextField.idl
@@ -30,7 +30,7 @@ module com {  module sun {  module star {  module form {  module binding {
 /** This service specifies a text input field which is data-aware and thus can be bound to a
     database field, and additionally supports binding to arbitrary external values.
 
-    <p>If an com::sun::star::form::binding::ValueBinding instance is
+    <p>If a com::sun::star::form::binding::ValueBinding instance is
     set at the field, it will exchange it's text with the binding as <em>string</em>, thus only
     bindings supporting string exchange will be accepted in
     com::sun::star::form::binding::XValueBinding::setValueBinding().
diff --git a/offapi/com/sun/star/form/binding/ValueBinding.idl b/offapi/com/sun/star/form/binding/ValueBinding.idl
index 46e8781892e2..9ab7a20bfcd4 100644
--- a/offapi/com/sun/star/form/binding/ValueBinding.idl
+++ b/offapi/com/sun/star/form/binding/ValueBinding.idl
@@ -43,7 +43,7 @@ service ValueBinding
         as long as the spreadsheet is locked.</p>
 
         <p>As long as this property is `TRUE`, the value binding should throw
-        a InvalidBindingStateException when its
+        an InvalidBindingStateException when its
         XValueBinding::setValue() method is invoked.</p>
     */
     [optional, property, bound, readonly]  boolean  ReadOnly;
diff --git a/offapi/com/sun/star/form/component/DataForm.idl b/offapi/com/sun/star/form/component/DataForm.idl
index c3aa6e5ccecb..23ad3f15b84a 100644
--- a/offapi/com/sun/star/form/component/DataForm.idl
+++ b/offapi/com/sun/star/form/component/DataForm.idl
@@ -116,7 +116,7 @@ published service DataForm
     /** is used for subforms and contains the names of columns of the parent form.
 
         <p> These columns are typically the foreign key fields of the parent form.
-        The values of theses columns are used to identify the data for the subform.
+        The values of these columns are used to identify the data for the subform.
         Each time the parent form changes its current row, the subform requeries
         it's data based on the values of the master fields.</p>
 
@@ -156,7 +156,7 @@ published service DataForm
     */
     [property] com::sun::star::form::TabulatorCycle Cycle;
 
-    /** determines how an navigation bar for this form should act.
+    /** determines how a navigation bar for this form should act.
     */
     [property] com::sun::star::form::NavigationBarMode NavigationBarMode;
 
diff --git a/offapi/com/sun/star/form/component/DatabaseImageControl.idl b/offapi/com/sun/star/form/component/DatabaseImageControl.idl
index 6c80c9941004..11c90358b5a9 100644
--- a/offapi/com/sun/star/form/component/DatabaseImageControl.idl
+++ b/offapi/com/sun/star/form/component/DatabaseImageControl.idl
@@ -54,9 +54,9 @@
 
     <p>In a usual data form, the scenario will be as follows:
         <ul><li>There is a DatabaseImageControl as part of the document model, which acts as
-                control model for an com::sun::star::form::control::ImageControl.</li>
+                control model for a com::sun::star::form::control::ImageControl.</li>
 
-            <li>The control is an com::sun::star::awt::XImageConsumer for the
+            <li>The control is a com::sun::star::awt::XImageConsumer for the
                 com::sun::star::awt::XImageProducer supplied by the model.</li>
 
             <li>Whenever the form's cursor is positioned on a new record, the column the control
@@ -84,7 +84,7 @@ published service DatabaseImageControl
 
     service com::sun::star::form::DataAwareControlModel;
 
-    /** supplies the caller with an com::sun::star::awt::XImageProducer.
+    /** supplies the caller with a com::sun::star::awt::XImageProducer.
 
         <p>Other components can register as com::sun::star::awt::XImageConsumer
         at this producer. Then they will be notified of any change in the image to be displayed.</p>
diff --git a/offapi/com/sun/star/form/component/ImageButton.idl b/offapi/com/sun/star/form/component/ImageButton.idl
index d8702dece99d..932efe1efa0b 100644
--- a/offapi/com/sun/star/form/component/ImageButton.idl
+++ b/offapi/com/sun/star/form/component/ImageButton.idl
@@ -49,7 +49,7 @@ published service ImageButton
     service com::sun::star::form::FormControlModel;
 
 
-    /** supplies the caller with an com::sun::star::awt::XImageProducer.
+    /** supplies the caller with a com::sun::star::awt::XImageProducer.
 
         <p>Other components can register as com::sun::star::awt::XImageConsumer
         at this producer. Then they will be notified of any change in the image to be displayed.</p>


More information about the Libreoffice-commits mailing list