From d0222ba1fd7617b793e1e513247b11a82eb22f4e Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 29 Dec 2017 00:31:05 +0100 Subject: Fix typos Change-Id: I3d16dc162e5fa2e08134d848a835eb392e64056e Reviewed-on: https://gerrit.libreoffice.org/47126 Tested-by: Jenkins Reviewed-by: Julien Nabet --- sw/source/core/unocore/unodraw.cxx | 4 ++-- sw/source/core/view/printdata.cxx | 2 +- sw/source/filter/ww8/ww8scan.cxx | 2 +- sw/source/ui/vba/vbaborders.cxx | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'sw') 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(); diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx index db1c05bd06c1..0ac70ba1be37 100644 --- a/sw/source/filter/ww8/ww8scan.cxx +++ b/sw/source/filter/ww8/ww8scan.cxx @@ -6935,7 +6935,7 @@ WW8_STD* WW8Style::Read1Style(sal_uInt16& rSkip, OUString* pString) { /* #i8114# - This is supposed to be impossible, its just supposed + This is supposed to be impossible, it's just supposed to be 16 bit count followed by the string and ending in a 0 short. But "Lotus SmartSuite Product: Word Pro" is creating invalid style names in ww7- format. So we diff --git a/sw/source/ui/vba/vbaborders.cxx b/sw/source/ui/vba/vbaborders.cxx index ad70cf1bdf09..f0a29acdd0fc 100644 --- a/sw/source/ui/vba/vbaborders.cxx +++ b/sw/source/ui/vba/vbaborders.cxx @@ -315,7 +315,7 @@ SwVbaBorders::createEnumeration() uno::Any SwVbaBorders::createCollectionObject( const css::uno::Any& aSource ) { - return aSource; // its already a Border object + return aSource; // it's already a Border object } uno::Type -- cgit