Kaydet (Commit) 1a27c648 authored tarafından Zolnai Tamás's avatar Zolnai Tamás

More typos

Change-Id: Iffaca1b822d24247825250044fba3bdc07a051fc
üst a911241d
...@@ -728,7 +728,7 @@ void SdExportTest::testBnc822341() ...@@ -728,7 +728,7 @@ void SdExportTest::testBnc822341()
::sd::DrawDocShellRef xDocShRef = loadURL(getURLFromSrc("sd/qa/unit/data/odp/bnc822341.odp"), ODP); ::sd::DrawDocShellRef xDocShRef = loadURL(getURLFromSrc("sd/qa/unit/data/odp/bnc822341.odp"), ODP);
xDocShRef = saveAndReload( xDocShRef, PPTX ); 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(); SdDrawDocument *pDoc = xDocShRef->GetDoc();
CPPUNIT_ASSERT_MESSAGE( "no document", pDoc != NULL ); CPPUNIT_ASSERT_MESSAGE( "no document", pDoc != NULL );
...@@ -742,7 +742,7 @@ void SdExportTest::testBnc822341() ...@@ -742,7 +742,7 @@ void SdExportTest::testBnc822341()
xDocShRef = saveAndReload( xDocShRef, PPTX ); 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(); SdDrawDocument *pDoc = xDocShRef->GetDoc();
CPPUNIT_ASSERT_MESSAGE( "no document", pDoc != NULL ); CPPUNIT_ASSERT_MESSAGE( "no document", pDoc != NULL );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment