diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-12-22 16:43:21 +0100 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-12-22 16:43:21 +0100 |
commit | 1a27c648c8a72bc69c5f5a56e9398f6e5980b387 (patch) | |
tree | 283e13d8c97e182bf09f911d9487e5eaa0f78a6e /sd | |
parent | a911241da212808375af0067049d28ce0b3709bb (diff) |
More typos
Change-Id: Iffaca1b822d24247825250044fba3bdc07a051fc
Diffstat (limited to 'sd')
-rw-r--r-- | sd/qa/unit/export-tests.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/qa/unit/export-tests.cxx b/sd/qa/unit/export-tests.cxx index b42532316f92..9f00db1bcf4d 100644 --- a/sd/qa/unit/export-tests.cxx +++ b/sd/qa/unit/export-tests.cxx @@ -728,7 +728,7 @@ void SdExportTest::testBnc822341() ::sd::DrawDocShellRef xDocShRef = loadURL(getURLFromSrc("sd/qa/unit/data/odp/bnc822341.odp"), ODP); xDocShRef = saveAndReload( xDocShRef, PPTX ); - // Export an LO specific ole object (exported from an ODP document) + // Export an LO specific ole object (imported from an ODP document) { SdDrawDocument *pDoc = xDocShRef->GetDoc(); CPPUNIT_ASSERT_MESSAGE( "no document", pDoc != NULL ); @@ -742,7 +742,7 @@ void SdExportTest::testBnc822341() xDocShRef = saveAndReload( xDocShRef, PPTX ); - // Export an MS specific ole object (exported from a PPTX document) + // Export an MS specific ole object (imported from a PPTX document) { SdDrawDocument *pDoc = xDocShRef->GetDoc(); CPPUNIT_ASSERT_MESSAGE( "no document", pDoc != NULL ); |