summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-12-29 00:31:05 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-12-29 09:54:33 +0100
commitd0222ba1fd7617b793e1e513247b11a82eb22f4e (patch)
treed1e393fd762374d834b10d5b9d3ebae2fe82f4f2 /sw/source
parent19e519593c940fbbf953b7d0ff6d7c86707f39e2 (diff)
Fix typos
Change-Id: I3d16dc162e5fa2e08134d848a835eb392e64056e Reviewed-on: https://gerrit.libreoffice.org/47126 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/core/unocore/unodraw.cxx4
-rw-r--r--sw/source/core/view/printdata.cxx2
-rw-r--r--sw/source/filter/ww8/ww8scan.cxx2
-rw-r--r--sw/source/ui/vba/vbaborders.cxx2
4 files changed, 5 insertions, 5 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();
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