summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-11 08:41:24 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:54 +0200
commitb8239ac2f96a2e9fde3c51148f8ed7c38b019cb5 (patch)
tree40948a4fe95ff444778fdff8db5bd7c12cc79a9b /sw
parent8d202fa72f024529092b24197f9b5d28d4c1f6d1 (diff)
typo: noone -> no one
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/access/accmap.cxx2
-rw-r--r--sw/source/core/fields/reffld.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/access/accmap.cxx b/sw/source/core/access/accmap.cxx
index 299a91bae6b4..cbf09730dcb0 100644
--- a/sw/source/core/access/accmap.cxx
+++ b/sw/source/core/access/accmap.cxx
@@ -1932,7 +1932,7 @@ uno::Reference< XAccessible> SwAccessibleMap::GetContext( const SwFrm *pFrm,
// focused state then. Sending the focus changes event
// after that seems to be strange. However, we cannot
// send a focus event for the new context now, because
- // noone except us knows it. In any case, we remember
+ // no one except us knows it. In any case, we remember
// the new context as the one that has the focus
// currently.
diff --git a/sw/source/core/fields/reffld.cxx b/sw/source/core/fields/reffld.cxx
index 5fdc1d3ed037..61985226ea62 100644
--- a/sw/source/core/fields/reffld.cxx
+++ b/sw/source/core/fields/reffld.cxx
@@ -815,7 +815,7 @@ SwTxtNode* SwGetRefFieldType::FindAnchor( SwDoc* pDoc, const OUString& rRefMark,
sal_uInt16 nSubType, sal_uInt16 nSeqNo,
sal_Int32* pStt, sal_Int32* pEnd )
{
- OSL_ENSURE( pStt, "Why did noone check the StartPos?" );
+ OSL_ENSURE( pStt, "Why did no one check the StartPos?" );
SwTxtNode* pTxtNd = 0;
switch( nSubType )