diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2018-03-17 18:05:53 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-03-17 19:03:02 +0100 |
commit | 359f2035bcef41eef027580b22529f5bdb5f96d2 (patch) | |
tree | 654c854d9cb61b0d976407d79f9b0e7965bc680b | |
parent | 840cb33c4191152445ad8dd05db225ec08ea8f58 (diff) |
Typos: definied->defined
Change-Id: I052d6a4815372c79b6d62c1c85d303c6272af3df
Reviewed-on: https://gerrit.libreoffice.org/51466
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | basic/source/comp/dim.cxx | 2 | ||||
-rw-r--r-- | include/basic/sbxvar.hxx | 2 | ||||
-rw-r--r-- | sw/source/filter/ww8/ww8glsy.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
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 |