svx/source/sdr/primitive2d/sdrdecompositiontools.cxx | 2 +- wizards/source/sfdocuments/SF_Calc.xba | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit 213db06cbcd6dda8070b3a5f4b198a64f3465bf6 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Jun 28 06:34:25 2022 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Tue Jun 28 07:08:40 2022 +0200 Fix typos Change-Id: I05271bd76574c09683740204534ff8a6907fc784 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136522 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx b/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx index 4c7316b53be0..511f8ee025a2 100644 --- a/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx +++ b/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx @@ -270,7 +270,7 @@ void SlideBackgroundFillPrimitive2D::create2DDecomposition( // create FillPrimitive2D with the geometry (the PolyPolygon) and // the page's definitonRange to: // - on one hand limit to geometry - // - on the other hand allow continutation of fill outside of + // - on the other hand allow continuation of fill outside of // MasterPage's range const attribute::FillGradientAttribute aEmptyFillTransparenceGradient; const Primitive2DReference aCreatedFill( diff --git a/wizards/source/sfdocuments/SF_Calc.xba b/wizards/source/sfdocuments/SF_Calc.xba index 57d3d0fb63cf..fe833f3c838a 100644 --- a/wizards/source/sfdocuments/SF_Calc.xba +++ b/wizards/source/sfdocuments/SF_Calc.xba @@ -4496,7 +4496,7 @@ Private Function _ValidateSheetName(ByRef psSheetName As String _ , ByVal psArgName As String _ ) As Boolean ''' Check the validity of the sheet name: -''' A sheet name - must not be ampty +''' A sheet name - must not be empty ''' - must not contain next characters: []*?:/\ ''' - must not use ' (the apostrophe) as first or last character ''' Args: @@ -4525,4 +4525,4 @@ CatchSheet: End Function ' SFDocuments.SF_Calc._ValidateSheetName REM ============================================ END OF SFDOCUMENTS.SF_CALC -</script:module> \ No newline at end of file +</script:module>
