summaryrefslogtreecommitdiff
path: root/framework/inc/classes/imagewrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/classes/imagewrapper.hxx')
-rw-r--r--framework/inc/classes/imagewrapper.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/inc/classes/imagewrapper.hxx b/framework/inc/classes/imagewrapper.hxx
index 41b75fcd93ec..2c759f5afa64 100644
--- a/framework/inc/classes/imagewrapper.hxx
+++ b/framework/inc/classes/imagewrapper.hxx
@@ -46,12 +46,12 @@ class FWE_DLLPUBLIC ImageWrapper :
static css::uno::Sequence< sal_Int8 > GetUnoTunnelId();
// XBitmap
- virtual css::awt::Size SAL_CALL getSize() throw (css::uno::RuntimeException, std::exception) override;
- virtual css::uno::Sequence< sal_Int8 > SAL_CALL getDIB() throw (css::uno::RuntimeException, std::exception) override;
- virtual css::uno::Sequence< sal_Int8 > SAL_CALL getMaskDIB() throw (css::uno::RuntimeException, std::exception) override;
+ virtual css::awt::Size SAL_CALL getSize() override;
+ virtual css::uno::Sequence< sal_Int8 > SAL_CALL getDIB() override;
+ virtual css::uno::Sequence< sal_Int8 > SAL_CALL getMaskDIB() override;
// XUnoTunnel
- virtual sal_Int64 SAL_CALL getSomething( const css::uno::Sequence< sal_Int8 >& aIdentifier ) throw (css::uno::RuntimeException, std::exception) override;
+ virtual sal_Int64 SAL_CALL getSomething( const css::uno::Sequence< sal_Int8 >& aIdentifier ) override;
private:
Image m_aImage;