summaryrefslogtreecommitdiff
path: root/include/basic/vbahelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basic/vbahelper.hxx')
-rw-r--r--include/basic/vbahelper.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/basic/vbahelper.hxx b/include/basic/vbahelper.hxx
index ce0d689e730e..10372abf392b 100644
--- a/include/basic/vbahelper.hxx
+++ b/include/basic/vbahelper.hxx
@@ -20,10 +20,12 @@
#ifndef INCLUDED_BASIC_VBAHELPER_HXX
#define INCLUDED_BASIC_VBAHELPER_HXX
-#include <com/sun/star/frame/XModel.hpp>
#include <rtl/ustring.hxx>
#include <basic/basicdllapi.h>
+namespace com::sun::star::frame { class XModel; }
+namespace com::sun::star::uno { template <typename > class Reference; }
+
namespace basic {
namespace vba {