summaryrefslogtreecommitdiff
path: root/sw/source/core/text
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/core/text
parent6489f97fc428446c53c17f885963776cdcc21490 (diff)
'ist' -> 'is' here and there.
Change-Id: I0a463c38214b95582db2c7b3979367255426c14e
Diffstat (limited to 'sw/source/core/text')
-rw-r--r--sw/source/core/text/txtfly.cxx2
-rw-r--r--sw/source/core/text/widorp.cxx2
2 files changed, 2 insertions, 2 deletions
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() ||