summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/doclay.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-10 19:59:38 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-10 20:22:50 +0300
commit6835d9f3074c1030be6632bdaff6c8398c696429 (patch)
tree90bdc179c3522a71f87fef348d9aaced458b611d /sw/source/core/doc/doclay.cxx
parenta8877197072523ec60fadb138f9790aa2bf66cd2 (diff)
It's "its", not "it's"
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
Diffstat (limited to 'sw/source/core/doc/doclay.cxx')
-rw-r--r--sw/source/core/doc/doclay.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/doc/doclay.cxx b/sw/source/core/doc/doclay.cxx
index f56be968ce47..e8471e4488d8 100644
--- a/sw/source/core/doc/doclay.cxx
+++ b/sw/source/core/doc/doclay.cxx
@@ -1275,7 +1275,7 @@ lcl_InsertLabel(SwDoc & rDoc, SwTxtFmtColls *const pTxtFmtCollTbl,
// Always transfer the anchor, which is a hard attribute anyways.
pNewSet->Put( pOldFmt->GetAnchor() );
- // The new one should be changeable in it's height.
+ // The new one should be changeable in its height.
SwFmtFrmSize aFrmSize( pOldFmt->GetFrmSize() );
aFrmSize.SetHeightSizeType( ATT_MIN_SIZE );
pNewSet->Put( aFrmSize );
@@ -1569,7 +1569,7 @@ lcl_InsertDrawLabel( SwDoc & rDoc, SwTxtFmtColls *const pTxtFmtCollTbl,
pNewSet->Put( pOldFmt->GetAnchor() );
- // The new one should be variable in it's height!
+ // The new one should be variable in its height!
Size aSz( rSdrObj.GetCurrentBoundRect().GetSize() );
SwFmtFrmSize aFrmSize( ATT_MIN_SIZE, aSz.Width(), aSz.Height() );
pNewSet->Put( aFrmSize );