Kaydet (Commit) 472e34d2 authored tarafından Markus Mohrhard's avatar Markus Mohrhard Kaydeden (comit) Markus Mohrhard

fix build failure

Change-Id: I95af4c2750c01e3e48f6708306b25f774c29e592
üst 1885ebdf
...@@ -555,7 +555,7 @@ void SdFiltersTest::testBnc870237() ...@@ -555,7 +555,7 @@ void SdFiltersTest::testBnc870237()
void SdFiltersTest::testBnc887225() 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. // In the document, lastRow and lastCol table properties are used.
// Make sure styles are set properly for individual cells. // Make sure styles are set properly for individual cells.
......
...@@ -168,7 +168,6 @@ protected: ...@@ -168,7 +168,6 @@ protected:
sd::DrawDocShellRef saveAndReload(sd::DrawDocShell *pShell, sal_Int32 nExportType) sd::DrawDocShellRef saveAndReload(sd::DrawDocShell *pShell, sal_Int32 nExportType)
{ {
FileFormat* pFormat = getFormat(nExportType); FileFormat* pFormat = getFormat(nExportType);
OUString aExt = OUString( "." ) + OUString::createFromAscii(pFormat->pName);
utl::TempFile aTempFile; utl::TempFile aTempFile;
aTempFile.EnableKillingFile(); aTempFile.EnableKillingFile();
save(pShell, pFormat, aTempFile); save(pShell, pFormat, aTempFile);
......
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