diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-03-11 10:18:45 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-03-11 18:35:48 +0100 |
commit | 13333b72bc8f0627fb934a25de63c8c789fd725d (patch) | |
tree | 42d38666532a7701be64b29516cbe2592cfef9f0 /svx/source | |
parent | 3f66a801aeab257705922998e518398d27e4d698 (diff) |
remove some unneeded vcl/window.hxx includes
Change-Id: I2b716371e2bebe7390e7f0c7b747140d9f4bdec6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112330
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/inc/fmshimp.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/source/inc/fmshimp.hxx b/svx/source/inc/fmshimp.hxx index 23bb34cc3a43..4c296ed820b7 100644 --- a/svx/source/inc/fmshimp.hxx +++ b/svx/source/inc/fmshimp.hxx @@ -36,7 +36,6 @@ #include <com/sun/star/form/runtime/FeatureState.hpp> #include <tools/diagnose_ex.h> #include <vcl/timer.hxx> -#include <vcl/window.hxx> #include <sfx2/shell.hxx> #include <svx/svdmark.hxx> #include <svx/fmsearch.hxx> @@ -55,6 +54,8 @@ #include <vector> #include <memory> +struct ImplSVEvent; + typedef std::vector< css::uno::Reference< css::form::XForm > > FmFormArray; // catch database exceptions if they occur |