diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2024-08-05 21:14:19 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-08-07 07:41:47 +0200 |
commit | 3a6e28a489132afd12a9bee023c4ba94a3678e4e (patch) | |
tree | a5f9b0f4cb35af75427a3908b2c3ac2db5ec4898 /sw/inc | |
parent | 458b803e4cd5a6e074970c3c4cdeb0762c89df36 (diff) |
use more concrete UNO type in writerfilter
Change-Id: I2b8519f3b07e825ad236cca2cd4028f93c1cb168
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171517
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/unotxdoc.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx index 10a499adf149..abc6b3130ac7 100644 --- a/sw/inc/unotxdoc.hxx +++ b/sw/inc/unotxdoc.hxx @@ -521,6 +521,8 @@ public: SwDocShell* GetDocShell() {return m_pDocShell;} + rtl::Reference<SwXTextField> createTextField(std::u16string_view sServiceName); + rtl::Reference<SwXFieldmark> createFieldmark(std::u16string_view sServiceName); rtl::Reference<SwXDocumentSettings> createDocumentSettings(); rtl::Reference<SwXTextDefaults> createTextDefaults(); rtl::Reference<SwXBookmark> createBookmark(); |