summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-11-24 12:57:44 +0000
committerCaolán McNamara <caolanm@redhat.com>2022-11-24 17:29:17 +0100
commit5dbb85ca6abfbc2b5353da1e3eb36c426fb62305 (patch)
treefe280b0960e2c0863df743a847b37301b218420d /extensions
parentcc72616cb689f8d40d7b40458e481c9fe7b8c051 (diff)
split RemoveBubbleWindow
Change-Id: I635bb587b7306bc5f5756a0c24260f10587cc4c9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143226 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/update/ui/updatecheckui.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/source/update/ui/updatecheckui.cxx b/extensions/source/update/ui/updatecheckui.cxx
index 6a4462669090..6a4a151b1a98 100644
--- a/extensions/source/update/ui/updatecheckui.cxx
+++ b/extensions/source/update/ui/updatecheckui.cxx
@@ -164,7 +164,8 @@ void SAL_CALL UpdateCheckUI::documentEventOccured(const document::DocumentEvent&
if( rEvent.EventName == "OnPrepareViewClosing" )
{
- maBubbleManager.RemoveBubbleWindow(true);
+ maBubbleManager.RemoveBubbleWindow();
+ maBubbleManager.RemoveMenuBarIcon();
}
}