diff --git a/oox/source/xls/pivottablebuffer.cxx b/oox/source/xls/pivottablebuffer.cxx index d6214a843cb6..b4e3e1c52a65 100644 --- a/oox/source/xls/pivottablebuffer.cxx +++ b/oox/source/xls/pivottablebuffer.cxx @@ -1422,7 +1422,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" ); } } }