sc/source/ui/inc/checklistmenu.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ebb48db9ddd393ec9280cd5d50cb3ddd2793226d
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Thu Jul 9 10:22:34 2020 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Thu Jul 9 20:49:16 2020 +0200

    cid#1401334 Uncaught exception
    
    Change-Id: I6530f653f80bb3db73cef28340db2ffcac3573d1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98421
    Tested-by: Caolán McNamara <caol...@redhat.com>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to