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

Fix typos

Change-Id: I2be7113bfe86476acfd6550f1eed53eed83c9747
Reviewed-on: https://gerrit.libreoffice.org/35063Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 809d136e
......@@ -298,7 +298,7 @@ std::vector<OString> TabDialog::getAllPageUIXMLDescriptions() const
// we have to check for double entries, this may happen e.g.
// in the HeaderFooterDialog which has two times the same
// tabPage added. Add the PageID as hint to the name, separated
// by a token (using "|" here). Do not do this for 1st ocurrence,
// by a token (using "|" here). Do not do this for 1st occurrence,
// that is used for detection and is not necessary.
// Use the UIXMLDescription without trailing '.ui', with one trailing '/'
bool bAlreadyAdded(false);
......
......@@ -345,7 +345,7 @@ void KDEXLib::StopTimer()
void KDEXLib::timeoutActivated()
{
// HACK? Always process posted events before timer timeouts.
// There are places that may watch both both (for example, there's a posted
// There are places that may watch both (for example, there's a posted
// event about change of the current active window and there's a timeout
// event informing that a document has finished loading). This is of course
// racy, but both generic and gtk event loops manage to deliver posted events
......
......@@ -3789,7 +3789,7 @@ interface IAccessibleHypertext2 : IAccessibleHypertext
where cells are direct children of the table.
The range of valid coordinates for this interface are implementation dependent.
However, that range includes at least the intervals from the from the first row
However, that range includes at least the intervals from the first row
or column with the index 0 up to the last (but not including) used row or column
as returned by IAccessibleTable::nRows and IAccessibleTable::nColumns.
......
......@@ -776,7 +776,7 @@ void AccObject::UpdateActionDesc()
Role == EDIT_BAR || Role == PASSWORD_TEXT || Role == TEXT))
{
pXString = m_xAccActionRef->getAccessibleActionDescription( 0 );
//Solution:If string length is more than zero,action will will be set.
//Solution: if string length is more than zero, action is set.
if( pXString.getLength() > 0)
m_pIMAcc->Put_ActionDescription( pXString.getStr() );
}
......
......@@ -667,7 +667,7 @@ void DomainMapper::lcl_attribute(Id nName, Value & val)
//TODO: attributes for break (0x12) are not supported
break;
case NS_ooxml::LN_CT_Fonts_hint :
/* assigns script type to ambigous characters, values can be:
/* assigns script type to ambiguous characters, values can be:
NS_ooxml::LN_Value_ST_Hint_default
NS_ooxml::LN_Value_ST_Hint_eastAsia
NS_ooxml::LN_Value_ST_Hint_cs
......
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