diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-11-21 23:39:07 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-11-22 09:10:42 +0100 |
commit | 1d9eed341db208f11de6f020538dfdb74a5c48dd (patch) | |
tree | bedfc1cfa76e756d3dacfd72ea74d03428477989 | |
parent | 39d9bdb1e30e5f3f9d5ca8153b53eafe0bad59a3 (diff) |
Fix typo
Change-Id: I591214b246f7702e52f71b95cdc2255bc296224b
Reviewed-on: https://gerrit.libreoffice.org/45063
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | offapi/com/sun/star/chart2/data/PivotTableFieldEntry.idl | 2 | ||||
-rw-r--r-- | sc/source/core/data/formulacell.cxx | 2 | ||||
-rw-r--r-- | sw/source/core/bastyp/swcache.cxx | 6 | ||||
-rw-r--r-- | sw/source/core/inc/UndoCore.hxx | 4 | ||||
-rw-r--r-- | sw/source/filter/html/htmlgrin.cxx | 2 | ||||
-rw-r--r-- | vcl/unx/gtk/a11y/atkwrapper.cxx | 2 | ||||
-rw-r--r-- | wizards/com/sun/star/wizards/agenda/TemplateConsts.py | 2 |
7 files changed, 10 insertions, 10 deletions
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. |