diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-19 15:24:58 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-19 18:11:36 +0100 |
commit | 7752bbe121fa0cd892ffc6ddaf465f519573dc09 (patch) | |
tree | 387a09812ad6a649d6c751726699cd88af2bfffb /extensions/source/update | |
parent | 40496a1910c2fc453f010b0492a79aa62afbbc75 (diff) |
foward declare NotebookBarAddonsItem instead of using include
Change-Id: I57e5a8f28a40994b61ab0f554401e4f70c8ffc12
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111230
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'extensions/source/update')
-rw-r--r-- | extensions/source/update/ui/updatecheckui.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/source/update/ui/updatecheckui.cxx b/extensions/source/update/ui/updatecheckui.cxx index b34821ff936f..3a177327d256 100644 --- a/extensions/source/update/ui/updatecheckui.cxx +++ b/extensions/source/update/ui/updatecheckui.cxx @@ -30,6 +30,7 @@ #include <com/sun/star/task/XJob.hpp> #include <comphelper/processfactory.hxx> #include <unotools/resmgr.hxx> +#include <vcl/image.hxx> #include <vcl/window.hxx> #include <vcl/floatwin.hxx> #include <vcl/timer.hxx> |