Kaydet (Commit) 359f2035 authored tarafından Julien Nabet's avatar Julien Nabet

Typos: definied->defined

Change-Id: I052d6a4815372c79b6d62c1c85d303c6272af3df
Reviewed-on: https://gerrit.libreoffice.org/51466Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 840cb33c
......@@ -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()
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment