From 9b9e688bb3430f2a2b88c9e89f7fd44b96a81aa3 Mon Sep 17 00:00:00 2001 From: Daniel Rentz Date: Tue, 26 Jan 2010 13:49:49 +0100 Subject: [PATCH] #i108547# allow modifications in readonly document when loading msooxml --- oox/source/xls/pivottablebuffer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oox/source/xls/pivottablebuffer.cxx b/oox/source/xls/pivottablebuffer.cxx index 361a3c00131b..edd4e9d9d1ad 100644 --- a/oox/source/xls/pivottablebuffer.cxx +++ b/oox/source/xls/pivottablebuffer.cxx @@ -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" ); } } }