[Libreoffice-commits] core.git: sd/qa

Zolnai Tamás tamas.zolnai at collabora.com
Mon Dec 22 07:44:14 PST 2014


 sd/qa/unit/export-tests.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1a27c648c8a72bc69c5f5a56e9398f6e5980b387
Author: Zolnai Tamás <tamas.zolnai at collabora.com>
Date:   Mon Dec 22 16:43:21 2014 +0100

    More typos
    
    Change-Id: Iffaca1b822d24247825250044fba3bdc07a051fc

diff --git a/sd/qa/unit/export-tests.cxx b/sd/qa/unit/export-tests.cxx
index b425323..9f00db1 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 );


More information about the Libreoffice-commits mailing list