Fix typos

Change-Id: I20fe5f960c1df94c0b53e7edf33194e60f69bc74
Reviewed-on: https://gerrit.libreoffice.org/75472
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
diff --git a/include/svx/EnhancedCustomShapeFunctionParser.hxx b/include/svx/EnhancedCustomShapeFunctionParser.hxx
index d284a15..6027fb7 100644
--- a/include/svx/EnhancedCustomShapeFunctionParser.hxx
+++ b/include/svx/EnhancedCustomShapeFunctionParser.hxx
@@ -142,7 +142,7 @@ public:

        This predicate returns true, if this node is
        neither time- nor ViewInfo dependent. This allows
        for certain obtimizations, i.e. not the full
        for certain optimizations, i.e. not the full
        expression tree needs be represented by
        ExpressionNodes.

diff --git a/slideshow/source/inc/expressionnode.hxx b/slideshow/source/inc/expressionnode.hxx
index 9af9e1f..2928f0f 100644
--- a/slideshow/source/inc/expressionnode.hxx
+++ b/slideshow/source/inc/expressionnode.hxx
@@ -65,7 +65,7 @@ namespace slideshow

                This predicate returns true, if this node is
                neither time- nor ViewInfo dependent. This allows
                for certain obtimizations, i.e. not the full
                for certain optimizations, i.e. not the full
                expression tree needs be represented by
                ExpressionNodes.

diff --git a/sw/source/core/inc/bookmrk.hxx b/sw/source/core/inc/bookmrk.hxx
index 0c3acdb..b7f292f 100644
--- a/sw/source/core/inc/bookmrk.hxx
+++ b/sw/source/core/inc/bookmrk.hxx
@@ -248,7 +248,7 @@ namespace sw {
            virtual void ReleaseDoc(SwDoc* const pDoc) override;
        };

        // Non text fieldmarks has has no content between the start and end marks.
        // Non text fieldmarks have no content between the start and end marks.
        class NonTextFieldmark
            : public Fieldmark
        {
diff --git a/sw/source/uibase/utlui/content.cxx b/sw/source/uibase/utlui/content.cxx
index 8eab31e8..e728024 100644
--- a/sw/source/uibase/utlui/content.cxx
+++ b/sw/source/uibase/utlui/content.cxx
@@ -1106,12 +1106,12 @@ void SwContentTree::StartDrag( sal_Int8 nAction, const Point& rPosPixel )
        // Only move drag entry and continuous selected siblings:
        m_aDndOutlinesSelected.clear();
        SvTreeListEntry* pEntry = GetEntry(rPosPixel);
        // Find first selected of continous siblings
        // Find first selected of continuous siblings
        while (pEntry && IsSelected(pEntry->PrevSibling()))
        {
            pEntry = pEntry->PrevSibling();
        }
        // Record continous selected siblings
        // Record continuous selected siblings
        if (pEntry)
        {
            m_aDndOutlinesSelected.push_back(pEntry);