summaryrefslogtreecommitdiff
path: root/chart2/source/view/inc/VPolarTransformation.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/inc/VPolarTransformation.hxx')
-rw-r--r--chart2/source/view/inc/VPolarTransformation.hxx10
1 files changed, 3 insertions, 7 deletions
diff --git a/chart2/source/view/inc/VPolarTransformation.hxx b/chart2/source/view/inc/VPolarTransformation.hxx
index a9b548e70d1e..af9404ffc1d5 100644
--- a/chart2/source/view/inc/VPolarTransformation.hxx
+++ b/chart2/source/view/inc/VPolarTransformation.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:
PolarPlottingPositionHelper m_aPositionHelper;