summaryrefslogtreecommitdiff
path: root/svtools/source/graphic/transformer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/graphic/transformer.hxx')
-rw-r--r--svtools/source/graphic/transformer.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/svtools/source/graphic/transformer.hxx b/svtools/source/graphic/transformer.hxx
index 2d7376afa024..bb93a5aeef4e 100644
--- a/svtools/source/graphic/transformer.hxx
+++ b/svtools/source/graphic/transformer.hxx
@@ -40,18 +40,15 @@ class GraphicTransformer : public GraphicTransformer_UnoImplHelper1
// XGraphicTransformer
virtual css::uno::Reference< css::graphic::XGraphic > SAL_CALL colorChange(
const css::uno::Reference< css::graphic::XGraphic >& rGraphic,
- sal_Int32 nColorFrom, sal_Int8 nTolerance, sal_Int32 nColorTo, sal_Int8 nAlphaTo )
- throw (css::lang::IllegalArgumentException, css::uno::RuntimeException, std::exception) override;
+ sal_Int32 nColorFrom, sal_Int8 nTolerance, sal_Int32 nColorTo, sal_Int8 nAlphaTo ) override;
virtual css::uno::Reference< css::graphic::XGraphic > SAL_CALL applyDuotone(
const css::uno::Reference< css::graphic::XGraphic >& rGraphic,
- sal_Int32 nColorOne, sal_Int32 nColorTwo )
- throw (css::lang::IllegalArgumentException, css::uno::RuntimeException, std::exception) override;
+ sal_Int32 nColorOne, sal_Int32 nColorTwo ) override;
virtual css::uno::Reference< css::graphic::XGraphic > SAL_CALL applyBrightnessContrast(
const css::uno::Reference< css::graphic::XGraphic >& rxGraphic,
- sal_Int32 nBrightness, sal_Int32 nContrast, sal_Bool mso )
- throw (css::lang::IllegalArgumentException, css::uno::RuntimeException, std::exception) override;
+ sal_Int32 nBrightness, sal_Int32 nContrast, sal_Bool mso ) override;
};