sfx2/source/dialog/backingwindow.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 1783f118624d8a1fc7945c8e5cea152837149c03 Author: Caolán McNamara <[email protected]> AuthorDate: Tue Jan 19 10:47:34 2021 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Tue Jan 19 13:35:38 2021 +0100 silence "gsignal.c:2731: instance X has no handler with id Y" warning Change-Id: Iafc0aa085338fb41758fa845252f584c2a8aea76 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109620 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> diff --git a/sfx2/source/dialog/backingwindow.cxx b/sfx2/source/dialog/backingwindow.cxx index 3adcea79599b..45aec2821c4d 100644 --- a/sfx2/source/dialog/backingwindow.cxx +++ b/sfx2/source/dialog/backingwindow.cxx @@ -169,6 +169,7 @@ void BackingWindow::dispose() mxDrawAllButton.reset(); mxDBAllButton.reset(); mxMathAllButton.reset(); + mxBrandImage.reset(); mxHelpButton.reset(); mxExtensionsButton.reset(); mxAllButtonsBox.reset(); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
