diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-04-25 10:09:01 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-04-30 09:34:29 +0200 |
commit | efc8ce2c4e840cc68dbfc73da014434a3ddd0cda (patch) | |
tree | eab897a219818e9f793721874819c99c31a51fcd /sw/inc/unotxdoc.hxx | |
parent | 9e7d70230212ab95cda957a0fe51e37f7ca95021 (diff) |
use more concrete UNO classes in writerfilter (SwXFootnote)
Change-Id: I9d212348edfa1897ad139fbb9f633fbd5a09566d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166808
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/unotxdoc.hxx')
-rw-r--r-- | sw/inc/unotxdoc.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx index e35a17d284b2..bd6903b14882 100644 --- a/sw/inc/unotxdoc.hxx +++ b/sw/inc/unotxdoc.hxx @@ -92,6 +92,7 @@ class SwXTextFieldTypes; class SwXTextFieldMasters; class SwXTextSections; class SwXNumberingRulesCollection; +class SwXFootnote; class SwXFootnotes; class SwXContentControls; class SwXDocumentIndexes; @@ -530,6 +531,8 @@ public: SW_DLLPUBLIC rtl::Reference<SwXStyle> createNumberingStyle(); SW_DLLPUBLIC rtl::Reference<SwXPageStyle> createPageStyle(); SW_DLLPUBLIC rtl::Reference<SwXContentControl> createContentControl(); + SW_DLLPUBLIC rtl::Reference<SwXFootnote> createFootnote(); + SW_DLLPUBLIC rtl::Reference<SwXFootnote> createEndnote(); }; class SwXLinkTargetSupplier final : public cppu::WeakImplHelper |