[Libreoffice-commits] core.git: offapi/com sc/source sw/source vcl/unx wizards/com

Andrea Gelmini andrea.gelmini at gelma.net
Wed Nov 22 08:11:07 UTC 2017


 offapi/com/sun/star/chart2/data/PivotTableFieldEntry.idl |    2 +-
 sc/source/core/data/formulacell.cxx                      |    2 +-
 sw/source/core/bastyp/swcache.cxx                        |    6 +++---
 sw/source/core/inc/UndoCore.hxx                          |    4 ++--
 sw/source/filter/html/htmlgrin.cxx                       |    2 +-
 vcl/unx/gtk/a11y/atkwrapper.cxx                          |    2 +-
 wizards/com/sun/star/wizards/agenda/TemplateConsts.py    |    2 +-
 7 files changed, 10 insertions(+), 10 deletions(-)

New commits:
commit 1d9eed341db208f11de6f020538dfdb74a5c48dd
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Tue Nov 21 23:39:07 2017 +0100

    Fix typo
    
    Change-Id: I591214b246f7702e52f71b95cdc2255bc296224b
    Reviewed-on: https://gerrit.libreoffice.org/45063
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/offapi/com/sun/star/chart2/data/PivotTableFieldEntry.idl b/offapi/com/sun/star/chart2/data/PivotTableFieldEntry.idl
index 4a9f7799a8e5..e14e1253d00e 100644
--- a/offapi/com/sun/star/chart2/data/PivotTableFieldEntry.idl
+++ b/offapi/com/sun/star/chart2/data/PivotTableFieldEntry.idl
@@ -44,7 +44,7 @@ struct PivotTableFieldEntry
     long DimensionPositionIndex;
 
     /**
-     * Does it have some members that are hidded (filtered).
+     * Does it have some members that are hidden (filtered).
      */
     boolean HasHiddenMembers;
 };
diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx
index 987eed152f47..3aaf87a1e629 100644
--- a/sc/source/core/data/formulacell.cxx
+++ b/sc/source/core/data/formulacell.cxx
@@ -4326,7 +4326,7 @@ bool ScFormulaCell::InterpretFormulaGroup()
 
     static const bool bThreadingProhibited = std::getenv("SC_NO_THREADED_CALCULATION");
 
-    // To temporary use threading for sc unit tests regardless of the size of the formula group,
+    // To temporarily use threading for sc unit tests regardless of the size of the formula group,
     // add the condition !std::getenv("LO_TESTNAME") below (with &&)
     if (GetWeight() < ScInterpreter::GetGlobalConfig().mnOpenCLMinimumFormulaGroupSize)
     {
diff --git a/sw/source/core/bastyp/swcache.cxx b/sw/source/core/bastyp/swcache.cxx
index f75468219873..200c8f59f4ab 100644
--- a/sw/source/core/bastyp/swcache.cxx
+++ b/sw/source/core/bastyp/swcache.cxx
@@ -106,11 +106,11 @@ SwCache::~SwCache()
         m_aName << "; number of new entries: " << m_nAppend
             << "; number of insert on free places: " << m_nInsertFree
             << "; number of replacements: " << m_nReplace
-            << "; number of successful Get's: " << m_nGetSuccess
-            << "; number of failed Get's: " << m_nGetFail
+            << "; number of successful Gets: " << m_nGetSuccess
+            << "; number of failed Gets: " << m_nGetFail
             << "; number or reordering (LRU): " << m_nToTop
             << "; number of suppressions: " << m_nDelete
-            << "; number of Get's without Index: " << m_nGetSeek
+            << "; number of Gets without Index: " << m_nGetSeek
             << "; number of Seek for Get without Index: " << m_nAverageSeekCnt
             << "; number of Flush calls: " << m_nFlushCnt
             << "; number of flushed objects: " << m_nFlushedObjects
diff --git a/sw/source/core/inc/UndoCore.hxx b/sw/source/core/inc/UndoCore.hxx
index 441320aa94cb..b1866dc3ad77 100644
--- a/sw/source/core/inc/UndoCore.hxx
+++ b/sw/source/core/inc/UndoCore.hxx
@@ -147,10 +147,10 @@ class SwUndoFormatColl : public SwUndo, private SwUndRng
     std::unique_ptr<SwHistory> pHistory;
     SwFormatColl* pFormatColl;
     // for correct <ReDo(..)> and <Repeat(..)>
-    // boolean, which indicates that the attributes are reseted at the nodes
+    // boolean, which indicates that the attributes are reset at the nodes
     // before the format has been applied.
     const bool mbReset;
-    // boolean, which indicates that the list attributes had been reseted at
+    // boolean, which indicates that the list attributes had been reset at
     // the nodes before the format has been applied.
     const bool mbResetListAttrs;
 
diff --git a/sw/source/filter/html/htmlgrin.cxx b/sw/source/filter/html/htmlgrin.cxx
index e4749b248b12..6928b2ff0fce 100644
--- a/sw/source/filter/html/htmlgrin.cxx
+++ b/sw/source/filter/html/htmlgrin.cxx
@@ -438,7 +438,7 @@ IMAGE_SETEVENT:
 
             pTextNode->SetCountedInList( true );
 
-            // It's necessary to invalide the rule, because between the reading
+            // It's necessary to invalidate the rule, because between the reading
             // of LI and the graphic an EndAction could be called.
             if( GetNumInfo().GetNumRule() )
                 GetNumInfo().GetNumRule()->SetInvalidRule( true );
diff --git a/vcl/unx/gtk/a11y/atkwrapper.cxx b/vcl/unx/gtk/a11y/atkwrapper.cxx
index 52f92186c846..5d397b6ccc92 100644
--- a/vcl/unx/gtk/a11y/atkwrapper.cxx
+++ b/vcl/unx/gtk/a11y/atkwrapper.cxx
@@ -880,7 +880,7 @@ void atk_object_wrapper_add_child(AtkObjectWrapper* wrapper, AtkObject *child, g
 void atk_object_wrapper_remove_child(AtkObjectWrapper* wrapper, AtkObject *child, gint index)
 {
     /*
-     * the atk-bridge GTK+ module get's back to the event source to ref the child just
+     * the atk-bridge GTK+ module gets back to the event source to ref the child just
      * vanishing, so we keep this reference because the semantic on OOo side is different.
      */
     wrapper->child_about_to_be_removed = child;
diff --git a/wizards/com/sun/star/wizards/agenda/TemplateConsts.py b/wizards/com/sun/star/wizards/agenda/TemplateConsts.py
index 15acff1aa08a..18791f06d21a 100644
--- a/wizards/com/sun/star/wizards/agenda/TemplateConsts.py
+++ b/wizards/com/sun/star/wizards/agenda/TemplateConsts.py
@@ -42,7 +42,7 @@ class TemplateConsts:
     '''
     SECTION_MINUTES = "MINUTES"
     '''
-    taged headings and names.
+    tagged headings and names.
     These will be searched in item tables (in the template) and will be
     replaced with resource strings.
 


More information about the Libreoffice-commits mailing list