summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-12-10 22:33:40 +0100
committerJulien Nabet <serval2412@yahoo.fr>2014-12-10 22:34:08 +0100
commitaf7d374d013baad34f66989dbb9443af85bd8040 (patch)
tree9557509f40b9738453f0ce5c7591cc1a65a50c64 /sw
parent098242fdf2a2d48dd75c20d2ec9bf80057ae8021 (diff)
Typo: postion(s)=>position(s)
Change-Id: Id2957f1cb68fc4b2fef9966abeb6745b548bcb75
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport.cxx2
-rw-r--r--sw/source/core/edit/edlingu.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
index dc5333a6f58c..3de074740d57 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
@@ -447,7 +447,7 @@ DECLARE_OOXMLEXPORT_TEST(testTableStyleBorderExport, "table-style-border-export.
DECLARE_OOXMLEXPORT_TEST(testAnchorPosition, "anchor-position.docx")
{
// The problem was that the at-char anchored picture was at the end of the
- // paragraph, so there were only two postions: a Text, then a Frame one.
+ // paragraph, so there were only two positions: a Text, then a Frame one.
CPPUNIT_ASSERT_EQUAL(OUString("Text"), getProperty<OUString>(getRun(getParagraph(1), 1), "TextPortionType"));
CPPUNIT_ASSERT_EQUAL(OUString("Frame"), getProperty<OUString>(getRun(getParagraph(1), 2), "TextPortionType"));
CPPUNIT_ASSERT_EQUAL(OUString("Text"), getProperty<OUString>(getRun(getParagraph(1), 3), "TextPortionType"));
diff --git a/sw/source/core/edit/edlingu.cxx b/sw/source/core/edit/edlingu.cxx
index 9486d9b62f46..97e30f721539 100644
--- a/sw/source/core/edit/edlingu.cxx
+++ b/sw/source/core/edit/edlingu.cxx
@@ -96,7 +96,7 @@ public:
void _End(bool bRestoreSelection = true);
};
-// #i18881# to be able to identify the postions of the changed words
+// #i18881# to be able to identify the positions of the changed words
// the content positions of each portion need to be saved
struct SpellContentPosition
{