diff options
Diffstat (limited to 'include/sfx2/evntconf.hxx')
-rw-r--r-- | include/sfx2/evntconf.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/include/sfx2/evntconf.hxx b/include/sfx2/evntconf.hxx index 86769b324f95..efd330260f53 100644 --- a/include/sfx2/evntconf.hxx +++ b/include/sfx2/evntconf.hxx @@ -22,16 +22,13 @@ #include <sal/config.h> #include <sfx2/dllapi.h> #include <sal/types.h> -#include <vcl/fixed.hxx> -#include <vcl/button.hxx> #include <sfx2/event.hxx> -#include <sfx2/sfxsids.hrc> -#include <svl/macitem.hxx> +#include <svl/poolitem.hxx> #include <memory> #include <vector> class SfxObjectShell; -class SvxMacroTableDtor; +class SvxMacro; struct SFX2_DLLPUBLIC SfxEventName { |