summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/source/window/tabdlg.cxx2
-rw-r--r--vcl/unx/kde4/KDEXLib.cxx2
-rw-r--r--winaccessibility/source/UAccCOMIDL/ia2_api_all.idl2
-rw-r--r--winaccessibility/source/service/AccObject.cxx2
-rw-r--r--writerfilter/source/dmapper/DomainMapper.cxx2
5 files changed, 5 insertions, 5 deletions
diff --git a/vcl/source/window/tabdlg.cxx b/vcl/source/window/tabdlg.cxx
index 4b4cb46b9f57..5fb80a3b09f9 100644
--- a/vcl/source/window/tabdlg.cxx
+++ b/vcl/source/window/tabdlg.cxx
@@ -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);
diff --git a/vcl/unx/kde4/KDEXLib.cxx b/vcl/unx/kde4/KDEXLib.cxx
index 10413738dd70..a1dea735f348 100644
--- a/vcl/unx/kde4/KDEXLib.cxx
+++ b/vcl/unx/kde4/KDEXLib.cxx
@@ -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
diff --git a/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl b/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl
index 34b61c2a6a6d..f2de7495a638 100644
--- a/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl
+++ b/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl
@@ -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.
diff --git a/winaccessibility/source/service/AccObject.cxx b/winaccessibility/source/service/AccObject.cxx
index 4fcc5802651a..b5134c57c653 100644
--- a/winaccessibility/source/service/AccObject.cxx
+++ b/winaccessibility/source/service/AccObject.cxx
@@ -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() );
}
diff --git a/writerfilter/source/dmapper/DomainMapper.cxx b/writerfilter/source/dmapper/DomainMapper.cxx
index a3f9923c997a..8c42966d0f81 100644
--- a/writerfilter/source/dmapper/DomainMapper.cxx
+++ b/writerfilter/source/dmapper/DomainMapper.cxx
@@ -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