[Libreoffice-commits] core.git: basic/source include/basic sw/source

Julien Nabet serval2412 at yahoo.fr
Sat Mar 17 18:03:23 UTC 2018


 basic/source/comp/dim.cxx        |    2 +-
 include/basic/sbxvar.hxx         |    2 +-
 sw/source/filter/ww8/ww8glsy.cxx |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 359f2035bcef41eef027580b22529f5bdb5f96d2
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Mar 17 18:05:53 2018 +0100

    Typos: definied->defined
    
    Change-Id: I052d6a4815372c79b6d62c1c85d303c6272af3df
    Reviewed-on: https://gerrit.libreoffice.org/51466
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/basic/source/comp/dim.cxx b/basic/source/comp/dim.cxx
index 792041adc20c..2afc58f3e5f7 100644
--- a/basic/source/comp/dim.cxx
+++ b/basic/source/comp/dim.cxx
@@ -192,7 +192,7 @@ void SbiParser::TypeDecl( SbiSymDef& rDef, bool bAsNewAlreadyParsed )
     }
 }
 
-// Here variables, arrays and structures were definied.
+// Here variables, arrays and structures were defined.
 // DIM/PRIVATE/PUBLIC/GLOBAL
 
 void SbiParser::Dim()
diff --git a/include/basic/sbxvar.hxx b/include/basic/sbxvar.hxx
index 1908ce83b73e..c5cd2826114b 100644
--- a/include/basic/sbxvar.hxx
+++ b/include/basic/sbxvar.hxx
@@ -188,7 +188,7 @@ public:
     bool Scan( const OUString&, sal_uInt16* );
     void Format( OUString&, const OUString* = nullptr ) const;
 
-    // The following operators are definied for easier handling.
+    // The following operators are defined for easier handling.
     // TODO: Ensure error conditions (overflow, conversions)
     // are taken into consideration in Compute and Compare
 
diff --git a/sw/source/filter/ww8/ww8glsy.cxx b/sw/source/filter/ww8/ww8glsy.cxx
index 9c9e54f1ebef..cd1c54459341 100644
--- a/sw/source/filter/ww8/ww8glsy.cxx
+++ b/sw/source/filter/ww8/ww8glsy.cxx
@@ -139,7 +139,7 @@ bool WW8Glossary::MakeEntries(SwDoc *pD, SwTextBlocks &rBlocks,
             aPam.GetPoint()->nContent.Assign( pCNd, pCNd->Len() );
 
             // now we have the right selection for one entry.  Copy this to
-            // the definied TextBlock, but only if it is not an autocorrection
+            // the defined TextBlock, but only if it is not an autocorrection
             // entry (== -1) otherwise the group indicates the group in the
             // sttbfglsystyle list that this entry belongs to. Unused at the
             // moment


More information about the Libreoffice-commits mailing list