summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-12-17 11:17:13 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-12-17 13:15:32 +0100
commit7d1b00c9924765624e0e3e5bdf947f3e30317ff8 (patch)
tree97178f0a6b1f8ade39ad33fbc39a2bae0875620e /sw/inc
parent37edf62981acf8b73a70d645755e8cdbc9bbcd3f (diff)
use more concrete UNO in sw
Change-Id: I664c7eff512625f988a2a278062719d3084845dd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178645 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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();