summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-01-19 10:47:34 +0000
committerMichael Stahl <michael.stahl@allotropia.de>2021-01-20 12:36:50 +0100
commit38d6d477791dd9c443a719227fdee9432dc39b85 (patch)
treeaea69b5e96b0e34f93695e24c0128c0a39200fb3 /sfx2
parentcfdc8c110b409c44c8f8743ff860f2dc2556fe95 (diff)
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@allotropia.de>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/backingwindow.cxx1
1 files changed, 1 insertions, 0 deletions
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();