summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/unoidxcoll.hxx2
-rw-r--r--sw/inc/unotxdoc.hxx1
2 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/unoidxcoll.hxx b/sw/inc/unoidxcoll.hxx
index b1bbe17248dc..92d275ca9a79 100644
--- a/sw/inc/unoidxcoll.hxx
+++ b/sw/inc/unoidxcoll.hxx
@@ -21,7 +21,7 @@
#include "unocoll.hxx"
-class SwXDocumentIndexes final
+class SW_DLLPUBLIC SwXDocumentIndexes final
: public SwCollectionBaseClass
, public SwUnoCollection
{
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx
index 68ce93ff4875..28241df41d82 100644
--- a/sw/inc/unotxdoc.hxx
+++ b/sw/inc/unotxdoc.hxx
@@ -524,6 +524,7 @@ public:
SwDocShell* GetDocShell() {return m_pDocShell;}
+ rtl::Reference<SwXDocumentIndexes> getSwDocumentIndexes();
rtl::Reference<SwXTextTables> getSwTextTables();
rtl::Reference<SwFmDrawPage> getSwDrawPage();
rtl::Reference<SwXFootnotes> getSwXFootnotes();