summaryrefslogtreecommitdiff
path: root/chart2/source/view/charttypes/BarChart.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/charttypes/BarChart.cxx')
-rw-r--r--chart2/source/view/charttypes/BarChart.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/view/charttypes/BarChart.cxx b/chart2/source/view/charttypes/BarChart.cxx
index 30f451dcd1a3..2beca1158479 100644
--- a/chart2/source/view/charttypes/BarChart.cxx
+++ b/chart2/source/view/charttypes/BarChart.cxx
@@ -68,7 +68,7 @@ BarChart::BarChart( const uno::Reference<XChartType>& xChartTypeModel
m_xChartTypeModelProps->getPropertyValue( C2U( "GapwidthSequence" ) ) >>= m_aGapwidthSequence;
}
}
- catch( uno::Exception& e )
+ catch( const uno::Exception& e )
{
ASSERT_EXCEPTION( e );
}
@@ -292,7 +292,7 @@ uno::Reference< drawing::XShape > BarChart::createDataPoint3D_Bar(
bRoundedEdges = false;
}
}
- catch( uno::Exception& e )
+ catch( const uno::Exception& e )
{
ASSERT_EXCEPTION( e );
}
@@ -653,7 +653,7 @@ void BarChart::createShapes()
{
xDataPointProperties->getPropertyValue( C2U( "Geometry3D" )) >>= nGeometry3D;
}
- catch( uno::Exception& e )
+ catch( const uno::Exception& e )
{
ASSERT_EXCEPTION( e );
}