summaryrefslogtreecommitdiff
path: root/chart2/source/view/main/VPolarTransformation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/main/VPolarTransformation.cxx')
-rw-r--r--chart2/source/view/main/VPolarTransformation.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/chart2/source/view/main/VPolarTransformation.cxx b/chart2/source/view/main/VPolarTransformation.cxx
index e75e2a13b19d..93d6aa26f975 100644
--- a/chart2/source/view/main/VPolarTransformation.cxx
+++ b/chart2/source/view/main/VPolarTransformation.cxx
@@ -43,8 +43,6 @@ VPolarTransformation::~VPolarTransformation()
// ____ XTransformation ____
Sequence< double > SAL_CALL VPolarTransformation::transform(
const Sequence< double >& rSourceValues )
- throw (RuntimeException,
- lang::IllegalArgumentException, std::exception)
{
double fScaledLogicAngle = rSourceValues[0];
double fScaledLogicRadius = rSourceValues[1];
@@ -67,13 +65,11 @@ Sequence< double > SAL_CALL VPolarTransformation::transform(
}
sal_Int32 SAL_CALL VPolarTransformation::getSourceDimension()
- throw (RuntimeException, std::exception)
{
return 3;
}
sal_Int32 SAL_CALL VPolarTransformation::getTargetDimension()
- throw (RuntimeException, std::exception)
{
return 3;
}