summaryrefslogtreecommitdiffstats
path: root/sw
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-03-12 22:12:37 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-03-12 22:13:52 +0100
commitd6727ae7ffa93dd7624ad98c49720199e6c36b61 (patch)
tree877e0267a675bff328ba7c72423c6110e05505e4 /sw
parentvcldemo: get the pane layout right. (diff)
downloadcore-d6727ae7ffa93dd7624ad98c49720199e6c36b61.tar.gz
core-d6727ae7ffa93dd7624ad98c49720199e6c36b61.zip
Typos
Change-Id: I55d7440ba5bee16bbce5930c81c604858131b5c7
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/extras/rtfimport/rtfimport.cxx2
-rw-r--r--sw/source/filter/ww8/rtfattributeoutput.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx b/sw/qa/extras/rtfimport/rtfimport.cxx
index 7e7c96d3ed9b..766ade91daa6 100644
--- a/sw/qa/extras/rtfimport/rtfimport.cxx
+++ b/sw/qa/extras/rtfimport/rtfimport.cxx
@@ -2267,7 +2267,7 @@ DECLARE_RTFIMPORT_TEST(testFdo49893, "fdo49893.rtf")
DECLARE_RTFIMPORT_TEST(testFdo49893_2, "fdo49893-2.rtf")
{
- // Ensure that header text exists on each page (especially on secnd page)
+ // Ensure that header text exists on each page (especially on second page)
CPPUNIT_ASSERT_EQUAL(OUString("HEADER"), parseDump("/root/page[1]/header/txt/text()"));
CPPUNIT_ASSERT_EQUAL(OUString("HEADER"), parseDump("/root/page[2]/header/txt/text()"));
CPPUNIT_ASSERT_EQUAL(OUString("HEADER"), parseDump("/root/page[3]/header/txt/text()"));
diff --git a/sw/source/filter/ww8/rtfattributeoutput.hxx b/sw/source/filter/ww8/rtfattributeoutput.hxx
index 67fca713bd47..20b76a27b25a 100644
--- a/sw/source/filter/ww8/rtfattributeoutput.hxx
+++ b/sw/source/filter/ww8/rtfattributeoutput.hxx
@@ -503,7 +503,7 @@ private:
*/
OStringBuffer m_aStyles;
/*
- * This is the same as m_aStyles but the conents of it is written last.
+ * This is the same as m_aStyles but the contents of it is written last.
*/
OStringBuffer m_aStylesEnd;