diff options
Diffstat (limited to 'include/sfx2/docmacromode.hxx')
-rw-r--r-- | include/sfx2/docmacromode.hxx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/include/sfx2/docmacromode.hxx b/include/sfx2/docmacromode.hxx index f043e36a26d3..a1991bcc0e20 100644 --- a/include/sfx2/docmacromode.hxx +++ b/include/sfx2/docmacromode.hxx @@ -23,13 +23,15 @@ #include <sfx2/dllapi.h> #include <sfx2/signaturestate.hxx> -#include <com/sun/star/task/XInteractionHandler.hpp> -#include <com/sun/star/embed/XStorage.hpp> -#include <com/sun/star/script/XLibraryContainer.hpp> -#include <com/sun/star/document/XEmbeddedScripts.hpp> +#include <com/sun/star/uno/Reference.hxx> #include <memory> +namespace com::sun::star::document { class XEmbeddedScripts; } +namespace com::sun::star::embed { class XStorage; } +namespace com::sun::star::script { class XLibraryContainer; } +namespace com::sun::star::task { class XInteractionHandler; } + namespace sfx2 { |