summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-05-10 18:38:52 +0200
committerIvo Hinkelmann <ihi@openoffice.org>2010-05-10 18:38:52 +0200
commit21ccce872d6e7ad7d02896775cab10cf349758fd (patch)
tree27355b2b772530c5ff5f24773de34cbedca35fc0 /oox
parent9e2c7476e77b7c25bc2071216a92ebc2a5cb8c4f (diff)
parentbc284e99ddc215272b799cfe91231ab89b69f5d6 (diff)
CWS-TOOLING: integrate CWS dr73
Diffstat (limited to 'oox')
-rw-r--r--oox/source/xls/pivottablebuffer.cxx2
1 files changed, 1 insertions, 1 deletions
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" );
}
}
}