[Libreoffice-commits] core.git: cli_ure/readme.txt offapi/com slideshow/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Sep 10 12:19:34 UTC 2019


 cli_ure/readme.txt                             |    2 +-
 offapi/com/sun/star/sheet/DataPilotField.idl   |    2 +-
 slideshow/source/engine/shapes/gdimtftools.cxx |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 2e1e0852eed9699dae31d8a96bfa2726e03b27e1
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Sep 10 12:40:49 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Sep 10 14:18:59 2019 +0200

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

diff --git a/cli_ure/readme.txt b/cli_ure/readme.txt
index fe67d0f9edfc..47b2df91da1d 100644
--- a/cli_ure/readme.txt
+++ b/cli_ure/readme.txt
@@ -75,7 +75,7 @@ CLI_URETYPES_POLICY_VERSION refers to the policy assembly for cli_uretypes which
 policy.1.0.cli_uretypes.dll
 
 The versions may already have been incremented because someone has changed code after the 
-last release. So if a version from version.txt is greater then the one of the respective 
+last release. So if a version from version.txt is greater than the one of the respective 
 assembly in the GAC then leave it at that.
 
 The values have to be adjusted as follows:
diff --git a/offapi/com/sun/star/sheet/DataPilotField.idl b/offapi/com/sun/star/sheet/DataPilotField.idl
index b9f6b2b5c8d2..920a4c80c76f 100644
--- a/offapi/com/sun/star/sheet/DataPilotField.idl
+++ b/offapi/com/sun/star/sheet/DataPilotField.idl
@@ -88,7 +88,7 @@ published service DataPilotField
         <p>An empty sequence means no subtotals. The same effect can be
         achieved by setting the property #Function to the
         value GeneralFunction::NONE. If the length of the
-        sequence is greater then 1, then the sequence MUST NOT contain one of
+        sequence is greater than 1, then the sequence MUST NOT contain one of
         the values GeneralFunction::NONE or
         GeneralFunction::AUTO.</p>
 
diff --git a/slideshow/source/engine/shapes/gdimtftools.cxx b/slideshow/source/engine/shapes/gdimtftools.cxx
index 34ac585f165a..cb1b9b4617a5 100644
--- a/slideshow/source/engine/shapes/gdimtftools.cxx
+++ b/slideshow/source/engine/shapes/gdimtftools.cxx
@@ -126,7 +126,7 @@ public:
         When true, the source of the metafile might be a
         foreign application. The metafile is checked
         against unsupported content, and, if necessary,
-        returned as a pre-rendererd bitmap.
+        returned as a pre-rendered bitmap.
     */
     GDIMetaFileSharedPtr getMtf( bool bForeignSource ) const
     {


More information about the Libreoffice-commits mailing list