summaryrefslogtreecommitdiff
path: root/sw/source/core
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core')
-rw-r--r--sw/source/core/unocore/unodraw.cxx4
-rw-r--r--sw/source/core/view/printdata.cxx2
2 files changed, 3 insertions, 3 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;
diff --git a/sw/source/core/view/printdata.cxx b/sw/source/core/view/printdata.cxx
index c795e73f2d8f..da1810546fb5 100644
--- a/sw/source/core/view/printdata.cxx
+++ b/sw/source/core/view/printdata.cxx
@@ -159,7 +159,7 @@ SwPrintUIOptions::SwPrintUIOptions(
m_rDefaultPrintData( rDefaultPrintData )
{
// printing HTML sources does not have any valid UI options.
- // Its just the source code that gets printed ...
+ // It's just the source code that gets printed...
if (bSwSrcView)
{
m_aUIProperties.clear();