summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-09 15:07:20 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-09 16:14:47 +0200
commit42cfb5d0306300c448b54d8d7dd3bad21f7dfe55 (patch)
tree96e92086252964c1dc9cfd49f466fd6d872ade1d /sw
parent956c632e34d47099a2a0d6b084a4e30d26eaa0c0 (diff)
Fix typos
"its really" Change-Id: Ic0b41597c83be6c1c66b9cdf6ccbf80b0c2bc9ef Reviewed-on: https://gerrit.libreoffice.org/77204 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/layout/tabfrm.cxx2
-rw-r--r--sw/source/filter/ww8/ww8scan.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/layout/tabfrm.cxx b/sw/source/core/layout/tabfrm.cxx
index 1332fe1e3dda..bfe8a7a9e4ea 100644
--- a/sw/source/core/layout/tabfrm.cxx
+++ b/sw/source/core/layout/tabfrm.cxx
@@ -2388,7 +2388,7 @@ void SwTabFrame::MakeAll(vcl::RenderContext* pRenderContext)
m_bLowersFormatted = true;
aNotify.SetLowersComplete( true );
- // One more check if its really necessary to split the table.
+ // One more check if it's really necessary to split the table.
// 1. The table either has to exceed the deadline or
// 2. We explicitly want to cut off the last row.
if( aRectFnSet.BottomDist( getFrameArea(), nDeadLine ) > 0 && !bLastRowHasToMoveToFollow )
diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx
index e74a6907bec1..4a79345d38eb 100644
--- a/sw/source/filter/ww8/ww8scan.cxx
+++ b/sw/source/filter/ww8/ww8scan.cxx
@@ -8332,7 +8332,7 @@ LanguageType WW8DopTypography::GetConvertedLang() const
nLang = LANGUAGE_CHINESE_SIMPLIFIED_LEGACY;
break;
case 0:
- //And here we have the possibility that it says 2, but its really
+ //And here we have the possibility that it says 2, but it's really
//a bug and only japanese level 2 has been selected after a custom
//version was chosen on last save!
nLang = LANGUAGE_JAPANESE;