Kaydet (Commit) 1d9eed34 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I591214b246f7702e52f71b95cdc2255bc296224b
Reviewed-on: https://gerrit.libreoffice.org/45063Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 39d9bdb1
......@@ -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;
};
......
......@@ -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)
{
......
......@@ -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
......
......@@ -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;
......
......@@ -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 );
......
......@@ -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;
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment