summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unodraw.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/unocore/unodraw.cxx')
-rw-r--r--sw/source/core/unocore/unodraw.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/unocore/unodraw.cxx b/sw/source/core/unocore/unodraw.cxx
index e15629008b17..bd16087cb7a1 100644
--- a/sw/source/core/unocore/unodraw.cxx
+++ b/sw/source/core/unocore/unodraw.cxx
@@ -722,14 +722,14 @@ void SwXDrawPage::add(const uno::Reference< drawing::XShape > & xShape)
aAnchor.SetAnchor( pPam->GetPoint() );
// #i32349# - adjustment of vertical positioning
- // attributes no longer needed, because its already got a default.
+ // attributes no longer needed, because it's already got a default.
}
else
{
aAnchor.SetType(RndStdIds::FLY_AT_PAGE);
// #i32349# - adjustment of vertical positioning
- // attributes no longer needed, because its already got a default.
+ // attributes no longer needed, because it's already got a default.
}
aSet.Put(aAnchor);
SwPaM* pTemp = pInternalPam;