Kaydet (Commit) a3c68631 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1401334 Uncaught exception

Change-Id: I14cfde619e1280c21d8481fc58c5ba69855c1b5d
Reviewed-on: https://gerrit.libreoffice.org/52064Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 9c459fd9
......@@ -21,6 +21,7 @@
#define INCLUDED_SW_SOURCE_CORE_INC_DOCUMENTCHARTDATAPROVIDEMANAGER_HXX
#include <IDocumentChartDataProviderAccess.hxx>
#include <o3tl/deleter.hxx>
#include <rtl/ref.hxx>
#include <memory>
......@@ -58,8 +59,8 @@ private:
SwDoc& m_rDoc;
mutable rtl::Reference<SwChartDataProvider> maChartDataProviderImplRef;
std::unique_ptr<SwChartLockController_Helper> mpChartControllerHelper;
mutable rtl::Reference<SwChartDataProvider> maChartDataProviderImplRef;
std::unique_ptr<SwChartLockController_Helper, o3tl::default_delete<SwChartLockController_Helper>> mpChartControllerHelper;
};
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment