coverity#1424266 Uncaught exception
Change-Id: I63b04fba25b09753baa1dd1cac18f44860cdb264 Reviewed-on: https://gerrit.libreoffice.org/45581 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
parent
9310a64bbe
commit
18a7a5859b
1 changed files with 2 additions and 1 deletions
|
@ -32,6 +32,7 @@
|
|||
#include <sddllapi.h>
|
||||
|
||||
#include <com/sun/star/drawing/XDrawSubController.hpp>
|
||||
#include <o3tl/deleter.hxx>
|
||||
#include <memory>
|
||||
|
||||
class SdPage;
|
||||
|
@ -486,7 +487,7 @@ protected:
|
|||
/// The type of the shell. Returned by GetShellType().
|
||||
ShellType meShellType;
|
||||
|
||||
::std::unique_ptr<Implementation> mpImpl;
|
||||
std::unique_ptr<Implementation, o3tl::default_delete<Implementation>> mpImpl;
|
||||
|
||||
// Support methods for centralized UNDO/REDO
|
||||
virtual ::svl::IUndoManager* ImpGetUndoManager() const;
|
||||
|
|
Loading…
Reference in a new issue