summaryrefslogtreecommitdiffstats
path: root/sw
diff options
context:
space:
mode:
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;