[Libreoffice-commits] core.git: sc/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jul 9 18:50:09 UTC 2020
sc/source/ui/inc/checklistmenu.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ebb48db9ddd393ec9280cd5d50cb3ddd2793226d
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Jul 9 10:22:34 2020 +0100
Commit: Caolán McNamara <caolanm at 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 <caolanm at redhat.com>
Reviewed-by: Caolán McNamara <caolanm at 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
More information about the Libreoffice-commits
mailing list