Kaydet (Commit) 673f3dfc authored tarafından Zolnai Tamás's avatar Zolnai Tamás

Build fix again

Change-Id: Ia3ddea84b022a34709b6be14afb105bedeef0553
üst 8da62747
...@@ -513,7 +513,7 @@ void SdExportTest::testSwappedOutImageExport() ...@@ -513,7 +513,7 @@ void SdExportTest::testSwappedOutImageExport()
{ {
// Load the original file with one image // Load the original file with one image
::sd::DrawDocShellRef xDocShRef = loadURL(getURLFromSrc("/sd/qa/unit/data/odp/document_with_two_images.odp"), ODP); ::sd::DrawDocShellRef xDocShRef = loadURL(getURLFromSrc("/sd/qa/unit/data/odp/document_with_two_images.odp"), ODP);
const OString sFailedMessage = OString("Failed on filter: ") + OString(aFileFormats[nExportFormat]].pFilterName); const OString sFailedMessage = OString("Failed on filter: ") + OString(aFileFormats[vFormats[nExportFormat]].pFilterName);
// Export the document and import again for a check // Export the document and import again for a check
uno::Reference< lang::XComponent > xComponent(xDocShRef->GetModel(), uno::UNO_QUERY); uno::Reference< lang::XComponent > xComponent(xDocShRef->GetModel(), uno::UNO_QUERY);
......
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