summaryrefslogtreecommitdiff
path: root/chart2/source/view/main/Linear3DTransformation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/main/Linear3DTransformation.cxx')
-rw-r--r--chart2/source/view/main/Linear3DTransformation.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/chart2/source/view/main/Linear3DTransformation.cxx b/chart2/source/view/main/Linear3DTransformation.cxx
index 30597f83f578..302ce68f2a2f 100644
--- a/chart2/source/view/main/Linear3DTransformation.cxx
+++ b/chart2/source/view/main/Linear3DTransformation.cxx
@@ -39,8 +39,6 @@ Linear3DTransformation::~Linear3DTransformation()
// ____ XTransformation ____
Sequence< double > SAL_CALL Linear3DTransformation::transform(
const Sequence< double >& rSourceValues )
- throw (RuntimeException,
- lang::IllegalArgumentException, std::exception)
{
double fX = rSourceValues[0];
double fY = rSourceValues[1];
@@ -82,13 +80,11 @@ Sequence< double > SAL_CALL Linear3DTransformation::transform(
}
sal_Int32 SAL_CALL Linear3DTransformation::getSourceDimension()
- throw (RuntimeException, std::exception)
{
return 3;
}
sal_Int32 SAL_CALL Linear3DTransformation::getTargetDimension()
- throw (RuntimeException, std::exception)
{
return 3;
}