#i108547# allow modifications in readonly document when loading msooxml

This commit is contained in:
Daniel Rentz 2010-01-26 13:49:49 +01:00
parent 13e98467e7
commit 9b9e688bb3

View file

@ -1425,7 +1425,7 @@ void PivotTable::finalizeImport()
}
catch( Exception& )
{
OSL_ENSURE( false, "PivotTable::finalizeImport - exception while creating the pivot table" );
OSL_ENSURE( false, "PivotTable::finalizeImport - exception while creating the DataPilot table" );
}
}
}