summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/tp_DataSource.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/dialogs/tp_DataSource.cxx')
-rw-r--r--chart2/source/controller/dialogs/tp_DataSource.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/dialogs/tp_DataSource.cxx b/chart2/source/controller/dialogs/tp_DataSource.cxx
index b0a66c5b46a0..2deb40595b7a 100644
--- a/chart2/source/controller/dialogs/tp_DataSource.cxx
+++ b/chart2/source/controller/dialogs/tp_DataSource.cxx
@@ -1042,7 +1042,7 @@ bool DataSourceTabPage::updateModelFromControl( Edit * pField )
lcl_UpdateCurrentRange( m_aLB_ROLE, aSelectedRole, aRange );
}
- catch( uno::Exception & ex )
+ catch( const uno::Exception & ex )
{
bResult = false;
ASSERT_EXCEPTION( ex );
@@ -1060,7 +1060,7 @@ bool DataSourceTabPage::updateModelFromControl( Edit * pField )
if( xModifiable.is() )
xModifiable->setModified( sal_True );
}
- catch( uno::Exception & ex )
+ catch( const uno::Exception & ex )
{
ASSERT_EXCEPTION( ex );
}