summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-07-09 10:22:34 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-07-09 20:49:16 +0200
commitebb48db9ddd393ec9280cd5d50cb3ddd2793226d (patch)
tree127ef24a2a125ec9b99960df6f23ca731f1b2766 /sc
parent06f0c944e66005266ed85051d301332b4e5c0653 (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')
-rw-r--r--sc/source/ui/inc/checklistmenu.hxx2
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