[Libreoffice-commits] core.git: Branch 'libreoffice-7-1' - sfx2/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Wed Jan 20 11:37:21 UTC 2021


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

New commits:
commit 38d6d477791dd9c443a719227fdee9432dc39b85
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Jan 19 10:47:34 2021 +0000
Commit:     Michael Stahl <michael.stahl at allotropia.de>
CommitDate: Wed Jan 20 12:36:50 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/+/109584
    Tested-by: Jenkins
    Reviewed-by: Michael Stahl <michael.stahl at allotropia.de>

diff --git a/sfx2/source/dialog/backingwindow.cxx b/sfx2/source/dialog/backingwindow.cxx
index f7f98a86b11f..39183c2a748c 100644
--- a/sfx2/source/dialog/backingwindow.cxx
+++ b/sfx2/source/dialog/backingwindow.cxx
@@ -170,6 +170,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