From 76e950bfafd8b44ee47d7a9573df1571652c52e1 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 22 Dec 2017 10:50:40 +0000 Subject: various coverity exception warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7b3588ad42e17f2f363b6a247e318f23c95e578e Reviewed-on: https://gerrit.libreoffice.org/46961 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sd/source/ui/inc/unopage.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sd/source/ui/inc/unopage.hxx') 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) -- cgit