diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-12-22 10:50:40 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-12-25 21:55:39 +0100 |
commit | 76e950bfafd8b44ee47d7a9573df1571652c52e1 (patch) | |
tree | 35c6ea2a240ba08ccf2c4faaaaed18c088f75763 /sd/source/ui/inc/unopage.hxx | |
parent | 93c96ec5018f723748557975435eb6c27135b60c (diff) |
various coverity exception warnings
Change-Id: I7b3588ad42e17f2f363b6a247e318f23c95e578e
Reviewed-on: https://gerrit.libreoffice.org/46961
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/source/ui/inc/unopage.hxx')
-rw-r--r-- | sd/source/ui/inc/unopage.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/inc/unopage.hxx b/sd/source/ui/inc/unopage.hxx index 3838b0f0de52..eb49638d7ec1 100644 --- a/sd/source/ui/inc/unopage.hxx +++ b/sd/source/ui/inc/unopage.hxx @@ -98,7 +98,7 @@ protected: void throwIfDisposed() const; public: - SdGenericDrawPage( SdXImpressDocument* pModel, SdPage* pInPage, const SvxItemPropertySet* pSet ) throw(); + SdGenericDrawPage(SdXImpressDocument* pModel, SdPage* pInPage, const SvxItemPropertySet* pSet); virtual ~SdGenericDrawPage() throw() override; // intern @@ -172,9 +172,9 @@ private: protected: virtual void setBackground( const css::uno::Any& rValue ) override; - virtual void getBackground( css::uno::Any& rValue ) throw() override; + virtual void getBackground( css::uno::Any& rValue ) override; public: - SdDrawPage( SdXImpressDocument* pModel, SdPage* pInPage ) throw(); + SdDrawPage(SdXImpressDocument* pModel, SdPage* pInPage); virtual ~SdDrawPage() throw() override; UNO3_GETIMPLEMENTATION_DECL( SdDrawPage ) @@ -235,7 +235,7 @@ protected: virtual void getBackground( css::uno::Any& rValue ) override; public: - SdMasterPage( SdXImpressDocument* pModel, SdPage* pInPage ) throw(); + SdMasterPage(SdXImpressDocument* pModel, SdPage* pInPage); virtual ~SdMasterPage() throw() override; UNO3_GETIMPLEMENTATION_DECL(SdMasterPage) |