diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-04-24 13:57:40 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-04-28 18:57:52 +0200 |
commit | 192f76cbb2718b9d83f4b674a71ddf8d1c467184 (patch) | |
tree | 34d6055ece77aeef6015315996889beb1116b7cd /sw/inc/unotxdoc.hxx | |
parent | a83b7cd01cb804d6138b4ca7de0e1d7a8abfe31d (diff) |
use more concrete UNO classes in writerfilter (SwXFieldmark)
Change-Id: Ifa90331eadc08e0949c28d09be92d5aed4c8a70f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166787
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx index 6a9b9de6fbe6..477f2792912b 100644 --- a/sw/inc/unotxdoc.hxx +++ b/sw/inc/unotxdoc.hxx @@ -513,6 +513,7 @@ public: SW_DLLPUBLIC rtl::Reference<SwXDocumentSettings> createDocumentSettings(); SW_DLLPUBLIC rtl::Reference<SwXTextDefaults> createTextDefaults(); SW_DLLPUBLIC rtl::Reference<SwXBookmark> createBookmark(); + SW_DLLPUBLIC rtl::Reference<SwXBookmark> createFieldmark(); }; class SwXLinkTargetSupplier final : public cppu::WeakImplHelper |