diff options
-rwxr-xr-x | chart2/source/model/main/ChartModel.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/model/main/ChartModel.cxx b/chart2/source/model/main/ChartModel.cxx index 0cd293354d7d..95bc1315ad51 100755 --- a/chart2/source/model/main/ChartModel.cxx +++ b/chart2/source/model/main/ChartModel.cxx @@ -182,7 +182,7 @@ ChartModel::~ChartModel() m_xOldModelAgg->setDelegator( 0 ); } -void SAL_CALL ChartModel::initialize( const Sequence< Any >& aArguments ) +void SAL_CALL ChartModel::initialize( const Sequence< Any >& /*rArguments*/ ) throw (uno::Exception, uno::RuntimeException) { //#i113722# avoid duplicate creation |