summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbapanes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbapanes.hxx')
-rw-r--r--sw/source/ui/vba/vbapanes.hxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbapanes.hxx b/sw/source/ui/vba/vbapanes.hxx
index 27a6d65671ce..5d38e5198834 100644
--- a/sw/source/ui/vba/vbapanes.hxx
+++ b/sw/source/ui/vba/vbapanes.hxx
@@ -20,13 +20,18 @@
#include <vbahelper/vbacollectionimpl.hxx>
#include <ooo/vba/word/XPanes.hpp>
+#include <rtl/ref.hxx>
+
+class SwXTextDocument;
typedef CollTestImplHelper< ooo::vba::word::XPanes > SwVbaPanes_BASE;
class SwVbaPanes : public SwVbaPanes_BASE
{
public:
- SwVbaPanes( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext > & xContext, const css::uno::Reference< css::frame::XModel >& xModel );
+ SwVbaPanes( const css::uno::Reference< ov::XHelperInterface >& xParent,
+ const css::uno::Reference< css::uno::XComponentContext > & xContext,
+ const rtl::Reference< SwXTextDocument >& xModel );
// XEnumerationAccess
virtual css::uno::Type SAL_CALL getElementType() override;