summaryrefslogtreecommitdiffstats
path: root/sw/qa/extras/rtfimport/rtfimport.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-26 18:06:52 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-06-28 12:35:58 +0000
commit5d5dc059cb4b88fe19e5d92e7d9b9ae581afce98 (patch)
tree43837eb609f7fa349a318ca68d4040759bd2ca67 /sw/qa/extras/rtfimport/rtfimport.cxx
parentFix typos (diff)
downloadcore-5d5dc059cb4b88fe19e5d92e7d9b9ae581afce98.tar.gz
core-5d5dc059cb4b88fe19e5d92e7d9b9ae581afce98.zip
Fix typos
Change-Id: I80995af6459af9f647e66d1c85da2eedad2647b9 Reviewed-on: https://gerrit.libreoffice.org/16523 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/qa/extras/rtfimport/rtfimport.cxx')
-rw-r--r--sw/qa/extras/rtfimport/rtfimport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx b/sw/qa/extras/rtfimport/rtfimport.cxx
index 8a223584722e..24116ef86ac0 100644
--- a/sw/qa/extras/rtfimport/rtfimport.cxx
+++ b/sw/qa/extras/rtfimport/rtfimport.cxx
@@ -1752,7 +1752,7 @@ DECLARE_RTFIMPORT_TEST(testTableBorderDefaults, "fdo68779.rtf")
DECLARE_RTFIMPORT_TEST(testShpzDhgt, "shpz-dhgt.rtf")
{
- // Test that shpz has priority over dhght and not the other way around.
+ // Test that shpz has priority over dhgt and not the other way around.
// Drawpage is sorted by ZOrder, so first should be red (back).
CPPUNIT_ASSERT_EQUAL(sal_Int32(0xff0000), getProperty<sal_Int32>(getShape(1), "FillColor"));
// Second (front) should be green.