diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-08 17:04:23 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-09 09:57:15 +0200 |
commit | 9ad0852245732133d2b5d454ebbaceb6b4a4cc03 (patch) | |
tree | 963b89ae86034f6609ebaf566a26c425d895073b /cui/source | |
parent | eaa5952b01c8834bf2faac4b0e82dd063268bc32 (diff) |
no need to include vcl.dialog here anymore
Change-Id: Ic902f09be90ec3989a20333a13562b3af679ff92
Reviewed-on: https://gerrit.libreoffice.org/80489
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/dialogs/screenshotannotationdlg.cxx | 1 | ||||
-rw-r--r-- | cui/source/inc/screenshotannotationdlg.hxx | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/screenshotannotationdlg.cxx b/cui/source/dialogs/screenshotannotationdlg.cxx index 582e6cf1c474..67373ec6f323 100644 --- a/cui/source/dialogs/screenshotannotationdlg.cxx +++ b/cui/source/dialogs/screenshotannotationdlg.cxx @@ -33,6 +33,7 @@ #include <sfx2/filedlghelper.hxx> #include <tools/stream.hxx> #include <tools/urlobj.hxx> +#include <vcl/bitmapex.hxx> #include <vcl/customweld.hxx> #include <vcl/event.hxx> #include <vcl/pngwrite.hxx> diff --git a/cui/source/inc/screenshotannotationdlg.hxx b/cui/source/inc/screenshotannotationdlg.hxx index 6730ef0514fe..94972219dc9f 100644 --- a/cui/source/inc/screenshotannotationdlg.hxx +++ b/cui/source/inc/screenshotannotationdlg.hxx @@ -19,7 +19,6 @@ #ifndef INCLUDED_CUI_SOURCE_INC_SCREENSHANNDLG_HXX #define INCLUDED_CUI_SOURCE_INC_SCREENSHANNDLG_HXX -#include <vcl/dialog.hxx> #include <vcl/weld.hxx> #include <memory> |