From 51d996354f11048d7759cd7e206a2383421c2c81 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 2 Mar 2017 10:03:34 +0100 Subject: Fix typos Change-Id: If5e709c9d6e3a4fbb568bdc261cccd214dd0cbd3 Reviewed-on: https://gerrit.libreoffice.org/34784 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sd/qa/unit/tiledrendering/tiledrendering.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sd/qa') diff --git a/sd/qa/unit/tiledrendering/tiledrendering.cxx b/sd/qa/unit/tiledrendering/tiledrendering.cxx index 1552292e5df6..10fb24bfc3ad 100644 --- a/sd/qa/unit/tiledrendering/tiledrendering.cxx +++ b/sd/qa/unit/tiledrendering/tiledrendering.cxx @@ -1481,7 +1481,7 @@ void SdTiledRenderingTest::testTdf104405() xmlDocPtr pXmlDoc = parseXmlDump(); OString aPrefix = "/SdDrawDocument/SdrModel/SdPage/SdrObjList/SdrTableObj/SdrTableObjImpl" "/TableModel/Cell[1]/DefaultProperties/SfxItemSet/SdrTextVertAdjustItem"; - // the following name has a compiler-dependant part + // the following name has a compiler-dependent part CPPUNIT_ASSERT_EQUAL(getXPath(pXmlDoc, aPrefix, "value"), OUString("2")); xmlFreeDoc(pXmlDoc); @@ -1575,7 +1575,7 @@ void SdTiledRenderingTest::testCommentCallbacks() { // Load the document. comphelper::LibreOfficeKit::setActive(); - // Set the tield annotations off + // Set the tiled annotations off comphelper::LibreOfficeKit::setTiledAnnotations(false); SdXImpressDocument* pXImpressDocument = createDoc("dummy.odp", comphelper::InitPropertySequence( -- cgit