diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-07-09 10:22:34 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-07-09 20:49:16 +0200 |
commit | ebb48db9ddd393ec9280cd5d50cb3ddd2793226d (patch) | |
tree | 127ef24a2a125ec9b99960df6f23ca731f1b2766 /sc/source | |
parent | 06f0c944e66005266ed85051d301332b4e5c0653 (diff) |
cid#1401334 Uncaught exception
Change-Id: I6530f653f80bb3db73cef28340db2ffcac3573d1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98421
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/inc/checklistmenu.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/checklistmenu.hxx b/sc/source/ui/inc/checklistmenu.hxx index 2919d33f230b..6a6cbf43514f 100644 --- a/sc/source/ui/inc/checklistmenu.hxx +++ b/sc/source/ui/inc/checklistmenu.hxx @@ -311,7 +311,7 @@ public: private: VclPtr<ScCheckListMenuWindow> mxParentMenu; VclPtr<vcl::Window> mxBox; - std::unique_ptr<ScCheckListMenuControl> mxControl; + std::unique_ptr<ScCheckListMenuControl, o3tl::default_delete<ScCheckListMenuControl>> mxControl; }; #endif |