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

Zolnai Tamás tamas.zolnai at collabora.com
Fri Nov 7 06:45:56 PST 2014


 sd/qa/unit/export-tests.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 673f3dfc3cc4190a01001280330ff0b63cd1cc7f
Author: Zolnai Tamás <tamas.zolnai at collabora.com>
Date:   Fri Nov 7 15:41:53 2014 +0100

    Build fix again
    
    Change-Id: Ia3ddea84b022a34709b6be14afb105bedeef0553

diff --git a/sd/qa/unit/export-tests.cxx b/sd/qa/unit/export-tests.cxx
index c1caa46..244c4e8 100644
--- a/sd/qa/unit/export-tests.cxx
+++ b/sd/qa/unit/export-tests.cxx
@@ -513,7 +513,7 @@ void SdExportTest::testSwappedOutImageExport()
     {
         // Load the original file with one image
         ::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
         uno::Reference< lang::XComponent > xComponent(xDocShRef->GetModel(), uno::UNO_QUERY);


More information about the Libreoffice-commits mailing list