diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-10-11 14:50:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-10-12 17:36:55 +0200 |
commit | b0dc3c644ffc3726b3616377950df25dc09d1a35 (patch) | |
tree | bcc227dc47323c41a77a49568812e8fe0f499019 /sd | |
parent | ff1bd0f189635a6efe84337f8c6b4a366e7501e2 (diff) |
coverity#1440239 Uncaught exception
Change-Id: I2b744d70ab426fbf26bcb3762aafaa569d0aafc7
Reviewed-on: https://gerrit.libreoffice.org/61675
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/slidesorter/controller/SlsSelectionObserver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/slidesorter/controller/SlsSelectionObserver.cxx b/sd/source/ui/slidesorter/controller/SlsSelectionObserver.cxx index ff3dcad81c0d..ed2d3c500d5c 100644 --- a/sd/source/ui/slidesorter/controller/SlsSelectionObserver.cxx +++ b/sd/source/ui/slidesorter/controller/SlsSelectionObserver.cxx @@ -39,7 +39,7 @@ SelectionObserver::Context::Context (SlideSorter const & rSlideSorter) mpSelectionObserver->StartObservation(); } -SelectionObserver::Context::~Context() +SelectionObserver::Context::~Context() COVERITY_NOEXCEPT_FALSE { if (mpSelectionObserver) mpSelectionObserver->EndObservation(); |