summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2013-10-04 16:57:18 +0200
committerJan Holesovsky <kendy@collabora.com>2013-10-04 20:27:30 +0200
commitad7b757a25d90e995606947ee639d5b620c267a2 (patch)
treede1a80f3bf6db7378f9853ba86f2d2b1047a96ed /sw/source
parent6489f97fc428446c53c17f885963776cdcc21490 (diff)
'ist' -> 'is' here and there.
Change-Id: I0a463c38214b95582db2c7b3979367255426c14e
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/core/docnode/ndcopy.cxx2
-rw-r--r--sw/source/core/text/txtfly.cxx2
-rw-r--r--sw/source/core/text/widorp.cxx2
-rw-r--r--sw/source/core/unocore/SwXTextDefaults.cxx4
-rw-r--r--sw/source/core/unocore/unoobj2.cxx2
5 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/core/docnode/ndcopy.cxx b/sw/source/core/docnode/ndcopy.cxx
index 9d73cd839940..9cd58f543d62 100644
--- a/sw/source/core/docnode/ndcopy.cxx
+++ b/sw/source/core/docnode/ndcopy.cxx
@@ -230,7 +230,7 @@ typedef std::vector<_MapTblFrmFmt> _MapTblFrmFmts;
SwCntntNode* SwTxtNode::MakeCopy( SwDoc* pDoc, const SwNodeIndex& rIdx ) const
{
// the Copy-Textnode is the Node with the Text, the Copy-Attrnode is the
- // node with the collection and hard attributes. Normally ist the same
+ // node with the collection and hard attributes. Normally is the same
// node, but if insert a glossary without formatting, then the Attrnode
// is the prev node of the destionation position in dest. document.
SwTxtNode* pCpyTxtNd = (SwTxtNode*)this;
diff --git a/sw/source/core/text/txtfly.cxx b/sw/source/core/text/txtfly.cxx
index 65bf05e509b5..5cd468f99565 100644
--- a/sw/source/core/text/txtfly.cxx
+++ b/sw/source/core/text/txtfly.cxx
@@ -795,7 +795,7 @@ sal_Bool SwTxtFly::GetTop( const SwAnchoredObject* _pAnchoredObj,
// their influence ends at the borders of the FlyCnt!
// If we are currently formatting the text of the FlyCnt, then
// it has to get out of the way of the Frm anchored at paragraph!
- // pCurrFrm ist the anchor of pNew?
+ // pCurrFrm is the anchor of pNew?
// #i26945#
const SwFrm* pTmp = _pAnchoredObj->GetAnchorFrm();
if( pTmp == pCurrFrm )
diff --git a/sw/source/core/text/widorp.cxx b/sw/source/core/text/widorp.cxx
index ee84a791d81c..3548f78e2434 100644
--- a/sw/source/core/text/widorp.cxx
+++ b/sw/source/core/text/widorp.cxx
@@ -44,7 +44,7 @@
/*************************************************************************
* inline IsNastyFollow()
*************************************************************************/
-// A Follow on the same page as its master ist nasty.
+// A Follow on the same page as its master is nasty.
inline sal_Bool IsNastyFollow( const SwTxtFrm *pFrm )
{
OSL_ENSURE( !pFrm->IsFollow() || !pFrm->GetPrev() ||
diff --git a/sw/source/core/unocore/SwXTextDefaults.cxx b/sw/source/core/unocore/SwXTextDefaults.cxx
index 217359458cc9..539cac40ef33 100644
--- a/sw/source/core/unocore/SwXTextDefaults.cxx
+++ b/sw/source/core/unocore/SwXTextDefaults.cxx
@@ -102,13 +102,13 @@ void SAL_CALL SwXTextDefaults::setPropertyValue( const OUString& rPropertyName,
rtl::Reference< SwDocStyleSheet > xStyle( new SwDocStyleSheet( *(SwDocStyleSheet*)pStyle ) );
if (RES_PARATR_DROP == pMap->nWID)
{
- pDrop = (SwFmtDrop*)rItem.Clone(); // because rItem ist const...
+ pDrop = (SwFmtDrop*)rItem.Clone(); // because rItem is const...
pDrop->SetCharFmt(xStyle->GetCharFmt());
m_pDoc->SetDefault(*pDrop);
}
else // RES_TXTATR_CHARFMT == pMap->nWID
{
- pCharFmt = (SwFmtCharFmt*)rItem.Clone(); // because rItem ist const...
+ pCharFmt = (SwFmtCharFmt*)rItem.Clone(); // because rItem is const...
pCharFmt->SetCharFmt(xStyle->GetCharFmt());
m_pDoc->SetDefault(*pCharFmt);
}
diff --git a/sw/source/core/unocore/unoobj2.cxx b/sw/source/core/unocore/unoobj2.cxx
index d938fc83fd27..e93189ebfa29 100644
--- a/sw/source/core/unocore/unoobj2.cxx
+++ b/sw/source/core/unocore/unoobj2.cxx
@@ -779,7 +779,7 @@ void SwXTextRange::Impl::Modify(const SfxPoolItem *pOld, const SfxPoolItem *pNew
{
const_cast<SwModify*>(GetRegisteredIn())->Remove(this);
}
- // or if the range has been removed but the depend ist still
+ // or if the range has been removed but the depend is still
// connected then the depend must be removed
else if (bAlreadyRegistered && !GetRegisteredIn() &&
m_ObjectDepend.GetRegisteredIn())