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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Aug 12 08:14:28 UTC 2019


 offapi/com/sun/star/inspection/XObjectInspectorModel.idl |    2 +-
 offapi/com/sun/star/rendering/XGraphicDevice.idl         |    2 +-
 offapi/com/sun/star/report/XReportComponent.idl          |    2 +-
 offapi/com/sun/star/sdb/DefinitionContent.idl            |    2 +-
 offapi/com/sun/star/sdb/DocumentDefinition.idl           |    2 +-
 offapi/com/sun/star/sdb/RowSet.idl                       |    6 +++---
 offapi/com/sun/star/sdb/TableDesign.idl                  |    2 +-
 7 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit fa0722d248733a616c7fbc2fb8ac2d46a2b8eb13
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Aug 11 19:45:24 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Aug 12 10:13:29 2019 +0200

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

diff --git a/offapi/com/sun/star/inspection/XObjectInspectorModel.idl b/offapi/com/sun/star/inspection/XObjectInspectorModel.idl
index 7d3daeb0e8af..4906c43ccb1c 100644
--- a/offapi/com/sun/star/inspection/XObjectInspectorModel.idl
+++ b/offapi/com/sun/star/inspection/XObjectInspectorModel.idl
@@ -42,7 +42,7 @@ interface XObjectInspectorModel
         <ul>
             <li>A service name:<br>
                 If a sequence element contains a string, this string is interpreted
-                as service name, and an com::sun::star::lang::XMultiComponentFactory
+                as service name, and a com::sun::star::lang::XMultiComponentFactory
                 is asked to create an instance of this service.</li>
             <li>A factory:<br>
                 If a sequence element contains an instance implementing the
diff --git a/offapi/com/sun/star/rendering/XGraphicDevice.idl b/offapi/com/sun/star/rendering/XGraphicDevice.idl
index f3b37a2fe393..a91becfe2134 100644
--- a/offapi/com/sun/star/rendering/XGraphicDevice.idl
+++ b/offapi/com/sun/star/rendering/XGraphicDevice.idl
@@ -254,7 +254,7 @@ interface XGraphicDevice : ::com::sun::star::uno::XInterface
         value denotes the success of the operation.
 
         @attention depending on the underlying operating system,
-        fullscreen mode can be left without a enterFullScreenMode(
+        fullscreen mode can be left without an enterFullScreenMode(
         false ) call.
      */
     boolean                         enterFullScreenMode( [in] boolean bEnter );
diff --git a/offapi/com/sun/star/report/XReportComponent.idl b/offapi/com/sun/star/report/XReportComponent.idl
index 34d9e48a2cc3..d7089eae9c8c 100644
--- a/offapi/com/sun/star/report/XReportComponent.idl
+++ b/offapi/com/sun/star/report/XReportComponent.idl
@@ -121,7 +121,7 @@ interface XReportComponent
 
         /** is used for subreports and contains the names of columns of the parent report.
     <p> These columns are typically the foreign key fields of the parent report.
-    The values of theses columns are used to identify the data for the subreport.
+    The values of these columns are used to identify the data for the subreport.
     Each time the parent report changes its current row, the subreport requeries
     it's data based on the values of the master fields.</p>
     <p>If the report is no sub report (e.g. its parent is not a report itself), this
diff --git a/offapi/com/sun/star/sdb/DefinitionContent.idl b/offapi/com/sun/star/sdb/DefinitionContent.idl
index affca9e9a813..1cc7dfa3273e 100644
--- a/offapi/com/sun/star/sdb/DefinitionContent.idl
+++ b/offapi/com/sun/star/sdb/DefinitionContent.idl
@@ -27,7 +27,7 @@ module com { module sun { module star { module sdb {
 
 
 /** defines the basic functionality for an object in the hierarchy of sub documents
-    of a OfficeDatabaseDocument.
+    of an OfficeDatabaseDocument.
 
     @see DocumentDefinition
     @see DocumentContainer
diff --git a/offapi/com/sun/star/sdb/DocumentDefinition.idl b/offapi/com/sun/star/sdb/DocumentDefinition.idl
index 4b19cac5ce7a..e2b266e89931 100644
--- a/offapi/com/sun/star/sdb/DocumentDefinition.idl
+++ b/offapi/com/sun/star/sdb/DocumentDefinition.idl
@@ -26,7 +26,7 @@ module com { module sun { module star { module sdb {
 
     interface XSubDocument;
 
-/** specifies a sub document of a OfficeDatabaseDocument.
+/** specifies a sub document of an OfficeDatabaseDocument.
 
     <p>Usual instances of a <code>DocumentDefinition</code> are forms and reports.</p>
 
diff --git a/offapi/com/sun/star/sdb/RowSet.idl b/offapi/com/sun/star/sdb/RowSet.idl
index 02dd45e7ad1f..69ecef300e84 100644
--- a/offapi/com/sun/star/sdb/RowSet.idl
+++ b/offapi/com/sun/star/sdb/RowSet.idl
@@ -194,7 +194,7 @@ published service RowSet
 
     service com::sun::star::sdb::ResultSet;
 
-    /** can be used to allow an interaction handler to supply missing data during a execute process.
+    /** can be used to allow an interaction handler to supply missing data during an execute process.
 
         <p>If you want a row set to be based on a parametrized query, you will usually use
         the com::sun::star::sdbc::XParameters interface.<br>
@@ -329,7 +329,7 @@ published service RowSet
      */
     [optional,property] string GroupBy;
 
-    /** is a additional sort order definition for a row set.
+    /** is an additional sort order definition for a row set.
      */
     [property] string Order;
 
@@ -350,7 +350,7 @@ published service RowSet
     [readonly, property] boolean IsNew;
 
 
-    /** contains the number of rows accessed in a the data source.
+    /** contains the number of rows accessed in the data source.
      */
     [readonly, property] long RowCount;
 
diff --git a/offapi/com/sun/star/sdb/TableDesign.idl b/offapi/com/sun/star/sdb/TableDesign.idl
index c354c6a8804e..c084e6ee2bde 100644
--- a/offapi/com/sun/star/sdb/TableDesign.idl
+++ b/offapi/com/sun/star/sdb/TableDesign.idl
@@ -57,7 +57,7 @@ published service TableDesign
         Recognized parameters are:
         <ul>
             <li><b>Frame</b><br>
-            has to be an com::sun::star::frame::XFrame interface specifying the frame to plug the
+            has to be a com::sun::star::frame::XFrame interface specifying the frame to plug the
             TableDesign component into.
             </li>
             <li><b>DataSourceName</b><br>


More information about the Libreoffice-commits mailing list