[Libreoffice-commits] core.git: include/svx slideshow/source sw/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Jul 12 08:33:29 UTC 2019


 include/svx/EnhancedCustomShapeFunctionParser.hxx |    2 +-
 slideshow/source/inc/expressionnode.hxx           |    2 +-
 sw/source/core/inc/bookmrk.hxx                    |    2 +-
 sw/source/uibase/utlui/content.cxx                |    4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit a64402bbdc246c52097acf79e14d7bf58db65217
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jul 12 10:12:53 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Jul 12 10:32:11 2019 +0200

    Fix typos
    
    Change-Id: I20fe5f960c1df94c0b53e7edf33194e60f69bc74
    Reviewed-on: https://gerrit.libreoffice.org/75472
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/include/svx/EnhancedCustomShapeFunctionParser.hxx b/include/svx/EnhancedCustomShapeFunctionParser.hxx
index d284a1563e49..6027fb755ad7 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 9af9e1f9e202..2928f0f7ae88 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 0c3acdb84ae5..b7f292fa28b0 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 8eab31e8bb64..e728024d1c7a 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);


More information about the Libreoffice-commits mailing list