diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/extras/rtfexport/rtfexport4.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/rtfexport/rtfexport4.cxx b/sw/qa/extras/rtfexport/rtfexport4.cxx index 59ce2b0b3bb5..253c3b3b4735 100644 --- a/sw/qa/extras/rtfexport/rtfexport4.cxx +++ b/sw/qa/extras/rtfexport/rtfexport4.cxx @@ -159,7 +159,7 @@ DECLARE_OOXMLEXPORT_EXPORTONLY_TEST(testTbrlFrame, "tbrl-frame.odt") // Without the accompanying fix in place, this test would have failed with: // - Expected: 2 // - Actual : 0 - // i.e. custom wrting mode was lost. + // i.e. custom writing mode was lost. CPPUNIT_ASSERT_EQUAL(text::WritingMode2::TB_RL, nActual); } |