diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-07-17 15:45:33 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-07-17 15:47:30 +0200 |
commit | 472e34d22f845734b886142bfcaadc69d6749e39 (patch) | |
tree | 9032b81dd2a0cca30a83cd8582a21e467cddd697 /sd | |
parent | 1885ebdff687c11725941da48034aa9c1bcb161f (diff) |
fix build failure
Change-Id: I95af4c2750c01e3e48f6708306b25f774c29e592
Diffstat (limited to 'sd')
-rw-r--r-- | sd/qa/unit/import-tests.cxx | 2 | ||||
-rw-r--r-- | sd/qa/unit/sdmodeltestbase.hxx | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx index 6567f3d8e026..51b5fcc1af17 100644 --- a/sd/qa/unit/import-tests.cxx +++ b/sd/qa/unit/import-tests.cxx @@ -555,7 +555,7 @@ void SdFiltersTest::testBnc870237() void SdFiltersTest::testBnc887225() { - ::sd::DrawDocShellRef xDocShRef = loadURL( getURLFromSrc("/sd/qa/unit/data/pptx/bnc887225.pptx") ); + ::sd::DrawDocShellRef xDocShRef = loadURL( getURLFromSrc("/sd/qa/unit/data/pptx/bnc887225.pptx"), PPTX ); // In the document, lastRow and lastCol table properties are used. // Make sure styles are set properly for individual cells. diff --git a/sd/qa/unit/sdmodeltestbase.hxx b/sd/qa/unit/sdmodeltestbase.hxx index c78c980eac44..20cdacce95b1 100644 --- a/sd/qa/unit/sdmodeltestbase.hxx +++ b/sd/qa/unit/sdmodeltestbase.hxx @@ -168,7 +168,6 @@ protected: sd::DrawDocShellRef saveAndReload(sd::DrawDocShell *pShell, sal_Int32 nExportType) { FileFormat* pFormat = getFormat(nExportType); - OUString aExt = OUString( "." ) + OUString::createFromAscii(pFormat->pName); utl::TempFile aTempFile; aTempFile.EnableKillingFile(); save(pShell, pFormat, aTempFile); |