From 2d296ee94077f1fdbea42c7fbf340fdd725817f3 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 11 May 2018 15:46:05 +0100 Subject: silence coverity#1401328 Uncaught exception MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0bc55d1dd8fb909388508f2a1f74f846060fed17 Reviewed-on: https://gerrit.libreoffice.org/54142 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/vcl/edit.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/vcl') diff --git a/include/vcl/edit.hxx b/include/vcl/edit.hxx index 72e3e2273581..16ac23120429 100644 --- a/include/vcl/edit.hxx +++ b/include/vcl/edit.hxx @@ -25,6 +25,7 @@ #include #include +#include #include #include #include @@ -73,7 +74,7 @@ private: VclPtr mpSubEdit; std::unique_ptr mpUpdateDataTimer; TextFilter* mpFilterText; - std::unique_ptr mpDDInfo; + std::unique_ptr> mpDDInfo; std::unique_ptr mpIMEInfos; OUStringBuffer maText; OUString maPlaceholderText; -- cgit