summaryrefslogtreecommitdiff
path: root/chart2/source/view/inc/Linear3DTransformation.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/inc/Linear3DTransformation.hxx')
-rw-r--r--chart2/source/view/inc/Linear3DTransformation.hxx10
1 files changed, 3 insertions, 7 deletions
diff --git a/chart2/source/view/inc/Linear3DTransformation.hxx b/chart2/source/view/inc/Linear3DTransformation.hxx
index 396d1e57379f..3572caab7a7c 100644
--- a/chart2/source/view/inc/Linear3DTransformation.hxx
+++ b/chart2/source/view/inc/Linear3DTransformation.hxx
@@ -37,15 +37,11 @@ public:
// ____ XTransformation ____
/// @see css::chart2::XTransformation
virtual css::uno::Sequence< double > SAL_CALL transform(
- const css::uno::Sequence< double >& rSourceValues )
- throw (css::lang::IllegalArgumentException,
- css::uno::RuntimeException, std::exception) override;
+ const css::uno::Sequence< double >& rSourceValues ) override;
/// @see css::chart2::XTransformation
- virtual sal_Int32 SAL_CALL getSourceDimension()
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual sal_Int32 SAL_CALL getSourceDimension() override;
/// @see css::chart2::XTransformation
- virtual sal_Int32 SAL_CALL getTargetDimension()
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual sal_Int32 SAL_CALL getTargetDimension() override;
private:
css::drawing::HomogenMatrix m_Matrix;