summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-02-23 16:51:36 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-02-23 16:51:36 +0100
commite3f141323eea90259248cef4576ddb267b9c2d06 (patch)
tree00362a1d9a3da20603198963a48b02a36b1c4cc4 /sc
parentfcf3758c92dee4f3e2cd4a9c8a2caee95033c810 (diff)
Fix typos retreive/retrieve furture/future
Change-Id: I639c2970b2a88ca3d5aa1dcd2ad4ec047b4a369c
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/unit/subsequent_filters-test.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx
index 7bec114321c6..830116ab5e16 100644
--- a/sc/qa/unit/subsequent_filters-test.cxx
+++ b/sc/qa/unit/subsequent_filters-test.cxx
@@ -1329,10 +1329,10 @@ void ScFiltersTest::testChartImportODS()
ScDrawLayer* pDrawLayer = pDoc->GetDrawLayer();
CPPUNIT_ASSERT_MESSAGE("Failed to retrieve the drawing layer object.", pDrawLayer);
const SdrPage* pPage = pDrawLayer->GetPage(1); // for the 2nd sheet.
- CPPUNIT_ASSERT_MESSAGE("Failed to retreive the page object.", pPage);
+ CPPUNIT_ASSERT_MESSAGE("Failed to retrieve the page object.", pPage);
CPPUNIT_ASSERT_MESSAGE("This page should contain one drawing object.", pPage->GetObjCount() == 1);
const SdrObject* pObj = pPage->GetObj(0);
- CPPUNIT_ASSERT_MESSAGE("Failed to retreive the drawing object.", pObj);
+ CPPUNIT_ASSERT_MESSAGE("Failed to retrieve the drawing object.", pObj);
CPPUNIT_ASSERT_MESSAGE("This is not an OLE2 object.", pObj->GetObjIdentifier() == OBJ_OLE2);
const SdrOle2Obj& rOleObj = static_cast<const SdrOle2Obj&>(*pObj);
CPPUNIT_ASSERT_MESSAGE("This should be a chart object.", rOleObj.IsChart());