[Libreoffice-commits] core.git: sfx2/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Tue Jan 19 12:36:24 UTC 2021


 sfx2/source/dialog/backingwindow.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 1783f118624d8a1fc7945c8e5cea152837149c03
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Jan 19 10:47:34 2021 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
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 <caolanm at redhat.com>

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();


More information about the Libreoffice-commits mailing list