desktop/source/lib/init.cxx | 2 +- sc/inc/formulacell.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit d9ed7e3e3301664d5f7bbe8cf6ba42bdfd78e3d0 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Aug 26 01:23:50 2022 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Fri Aug 26 07:08:03 2022 +0200 Fix typos Change-Id: I28943475fe35aadab44b8bd2a87f1ea84c49dff2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138857 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index be7bcd9b0b0f..e907b253248f 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -2621,7 +2621,7 @@ static LibreOfficeKitDocument* lo_documentLoadWithOptions(LibreOfficeKit* pThis, // If the original font had an empty style and one of its replacement fonts has the same // family name, we assume the font is present. The root problem here is that the code // that collects font substitutions tends to get just empty styles for the font that is - // being substituded, as vcl::Font::GetStyleName() tents to return an empty string. + // being substituted, as vcl::Font::GetStyleName() tents to return an empty string. // (Italicness is instead indicated by what vcl::Font::GetItalic() returns and boldness // by what vcl::Font::GetWeight() returns.) if (aFontMappingUseData[i].mOriginalFont.indexOf('/') == -1) diff --git a/sc/inc/formulacell.hxx b/sc/inc/formulacell.hxx index 789353efce9f..ddd12a04e6ac 100644 --- a/sc/inc/formulacell.hxx +++ b/sc/inc/formulacell.hxx @@ -262,7 +262,7 @@ public: void CalcAfterLoad( sc::CompileFormulaContext& rCxt, bool bStartListening ); bool MarkUsedExternalReferences(); // Returns true if the cell was interpreted as part of the formula group. - // The parameters may limit which subset of the formula group should be interepreted, if possible. + // The parameters may limit which subset of the formula group should be interpreted, if possible. bool Interpret(SCROW nStartOffset = -1, SCROW nEndOffset = -1); bool IsIterCell() const { return bIsIterCell; } sal_uInt16 GetSeenInIteration() const { return nSeenInIteration; }
