summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-03-02 09:35:01 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-03-03 10:19:08 +0100
commit991ce31833b3e14e75f56b213bcb71bd18d4f980 (patch)
tree7e6d34d47882e4c58cc14836366b9357f04b66bb /extensions
parented6dfdbea32ec8fa97e9dc92ebc5dd18bd6ef78e (diff)
bubblewindow.hxx can be a private vcl header
Change-Id: Iaf79521e812ec32f6e0b9276ad778fe7abc836a8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111807 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/update/ui/updatecheckui.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/extensions/source/update/ui/updatecheckui.cxx b/extensions/source/update/ui/updatecheckui.cxx
index b9582b465410..a39de0bbd3cb 100644
--- a/extensions/source/update/ui/updatecheckui.cxx
+++ b/extensions/source/update/ui/updatecheckui.cxx
@@ -31,12 +31,10 @@
#include <comphelper/processfactory.hxx>
#include <unotools/resmgr.hxx>
#include <vcl/image.hxx>
-#include <vcl/bubblewindow.hxx>
-#include <vcl/timer.hxx>
-#include <vcl/outdev.hxx>
-#include <vcl/weld.hxx>
+#include <vcl/menubarupdateicon.hxx>
#include <vcl/settings.hxx>
#include <vcl/svapp.hxx>
+#include <vcl/weld.hxx>
#include <sfx2/strings.hrc>
#include <rtl/ustrbuf.hxx>