From 18a7a5859b6c2f59ab2f64eadfc6178abb96940b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Thu, 30 Nov 2017 09:55:13 +0000 Subject: [PATCH] coverity#1424266 Uncaught exception MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I63b04fba25b09753baa1dd1cac18f44860cdb264 Reviewed-on: https://gerrit.libreoffice.org/45581 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sd/source/ui/inc/ViewShell.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sd/source/ui/inc/ViewShell.hxx b/sd/source/ui/inc/ViewShell.hxx index d94376e1764e..f65c5e31af60 100644 --- a/sd/source/ui/inc/ViewShell.hxx +++ b/sd/source/ui/inc/ViewShell.hxx @@ -32,6 +32,7 @@ #include #include +#include #include class SdPage; @@ -486,7 +487,7 @@ protected: /// The type of the shell. Returned by GetShellType(). ShellType meShellType; - ::std::unique_ptr mpImpl; + std::unique_ptr> mpImpl; // Support methods for centralized UNDO/REDO virtual ::svl::IUndoManager* ImpGetUndoManager() const;