diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-04-24 13:16:25 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-04-28 15:59:26 +0200 |
commit | 6a11bf9f7bd209a082254c861d5a04c7f5729d68 (patch) | |
tree | 65d68259d6bd771ff8310881b002b1348a7d7747 /sw/inc/unotxdoc.hxx | |
parent | 83236587bfca52513515b0b7a7dbfa18eed11503 (diff) |
use more concrete UNO classes in writerfilter (SwXBookmark)
Change-Id: I8a0e9a83ef2bad7920067d108443b7b682f0660e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166786
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx index 30edc2fb7c84..6a9b9de6fbe6 100644 --- a/sw/inc/unotxdoc.hxx +++ b/sw/inc/unotxdoc.hxx @@ -107,6 +107,7 @@ class SwXLinkTargetSupplier; class SwXRedlines; class SwXDocumentSettings; class SwXTextDefaults; +class SwXBookmark; namespace com::sun::star::container { class XNameContainer; } namespace com::sun::star::frame { class XController; } namespace com::sun::star::lang { struct Locale; } @@ -511,6 +512,7 @@ public: SW_DLLPUBLIC rtl::Reference<SwXDocumentSettings> createDocumentSettings(); SW_DLLPUBLIC rtl::Reference<SwXTextDefaults> createTextDefaults(); + SW_DLLPUBLIC rtl::Reference<SwXBookmark> createBookmark(); }; class SwXLinkTargetSupplier final : public cppu::WeakImplHelper |