summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-11-16 19:37:57 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-11-16 21:05:44 +0100
commita26b6c5a37408f49f81786ac1ba2ae9cef70d3d9 (patch)
treec35bd29ce1e01a4101c1d72d4a0bd1c5399a01e0 /sw
parent66ae44ba3ff7fecc7ff46dfe44002e8ea7dd5063 (diff)
Fix typos
Change-Id: I7b6c699b46fb71c1f19b5e5548c22a11efe8b864 Reviewed-on: https://gerrit.libreoffice.org/44836 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/writerhelper.hxx4
-rw-r--r--sw/source/filter/ww8/ww8par2.cxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/filter/ww8/writerhelper.hxx b/sw/source/filter/ww8/writerhelper.hxx
index cf6e379df9ec..27dbd1b7b13c 100644
--- a/sw/source/filter/ww8/writerhelper.hxx
+++ b/sw/source/filter/ww8/writerhelper.hxx
@@ -540,7 +540,7 @@ namespace sw
There are two differing types of numbering formats that may be on a
paragraph, normal and outline. The outline is that numbering you
- see in tools->outline numbering. Theres no difference in the
+ see in tools->outline numbering. There's no difference in the
numbering itself, just how you get it from the SwTextNode. Needless
to say the filter generally couldn't care less what type of
numbering is in use.
@@ -574,7 +574,7 @@ namespace sw
There are two differing types of numbering formats that may be on a
paragraph, normal and outline. The outline is that numbering you
- see in tools->outline numbering. Theres no difference in the
+ see in tools->outline numbering. There's no difference in the
numbering itself, just how you get it from the SwTextNode. Needless
to say the filter generally couldn't care less what type of
numbering is in use.
diff --git a/sw/source/filter/ww8/ww8par2.cxx b/sw/source/filter/ww8/ww8par2.cxx
index dfc1eaddb984..5a7c740e8c3b 100644
--- a/sw/source/filter/ww8/ww8par2.cxx
+++ b/sw/source/filter/ww8/ww8par2.cxx
@@ -2684,7 +2684,7 @@ void WW8TabDesc::MergeCells()
// declared invalid because of sharing the exact same dimensions
// as their previous cell
- //If theres anything underneath/above we're ok.
+ //If there's anything underneath/above we're ok.
if (rCell.bVertMerge || rCell.bVertRestart)
bMerge = true;
else
@@ -4086,7 +4086,7 @@ void WW8RStyle::PostProcessStyles()
/*
In the same loop apply the tabstop changes required because we need to
- change their location if theres a special indentation for the first line,
+ change their location if there's a special indentation for the first line,
By avoiding making use of each styles margins during reading of their
tabstops we don't get problems with doubly adjusting tabstops that
are inheritied.