diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-11-07 15:41:53 +0100 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-11-07 15:42:54 +0100 |
commit | 673f3dfc3cc4190a01001280330ff0b63cd1cc7f (patch) | |
tree | 8ef804d284209e458f39dad83e9579dc30d23713 /sd/qa | |
parent | 8da62747d0d870db3b9746b765d18b2a62e4b31b (diff) |
Build fix again
Change-Id: Ia3ddea84b022a34709b6be14afb105bedeef0553
Diffstat (limited to 'sd/qa')
-rw-r--r-- | sd/qa/unit/export-tests.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/export-tests.cxx b/sd/qa/unit/export-tests.cxx index c1caa46cd7c2..244c4e83d652 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); |