summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/slide/slideanimations.cxx2
-rw-r--r--slideshow/source/engine/slide/slideanimations.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/slide/slideanimations.cxx b/slideshow/source/engine/slide/slideanimations.cxx
index 43ac2f89e369..8c6be3eeb99f 100644
--- a/slideshow/source/engine/slide/slideanimations.cxx
+++ b/slideshow/source/engine/slide/slideanimations.cxx
@@ -43,7 +43,7 @@ namespace slideshow
"SlideAnimations::SlideAnimations(): Invalid SlideShowContext" );
}
- SlideAnimations::~SlideAnimations()
+ SlideAnimations::~SlideAnimations() COVERITY_NOEXCEPT_FALSE
{
if( mpRootNode )
{
diff --git a/slideshow/source/engine/slide/slideanimations.hxx b/slideshow/source/engine/slide/slideanimations.hxx
index e4739027395a..3954aa345120 100644
--- a/slideshow/source/engine/slide/slideanimations.hxx
+++ b/slideshow/source/engine/slide/slideanimations.hxx
@@ -57,7 +57,7 @@ namespace slideshow
*/
SlideAnimations( const SlideShowContext& rContext,
const ::basegfx::B2DVector& rSlideSize );
- ~SlideAnimations();
+ ~SlideAnimations() COVERITY_NOEXCEPT_FALSE;
/** Import animations from a SMIL root animation node.