summaryrefslogtreecommitdiff
path: root/sw/inc/unotxdoc.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-04-24 14:26:46 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-04-28 22:26:14 +0200
commit94122cb7513a277b21f21611bba36505176f53b6 (patch)
tree66358b5928fa77faa4c15fc8d1a1d54326692a9d /sw/inc/unotxdoc.hxx
parent45d2d90d2354a6a32297cde52c0041915499b19b (diff)
use more concrete UNO classes in writerfilter (field annotation)
Change-Id: I39e2c1d7d3c49017795d1365895ef8bd8d1e0e87 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166800 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.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx
index 9c1e5e39b29c..b0057d2f8049 100644
--- a/sw/inc/unotxdoc.hxx
+++ b/sw/inc/unotxdoc.hxx
@@ -109,6 +109,7 @@ class SwXDocumentSettings;
class SwXTextDefaults;
class SwXBookmark;
class SwXTextSection;
+class SwXTextField;
namespace com::sun::star::container { class XNameContainer; }
namespace com::sun::star::frame { class XController; }
namespace com::sun::star::lang { struct Locale; }
@@ -516,6 +517,7 @@ public:
SW_DLLPUBLIC rtl::Reference<SwXBookmark> createBookmark();
SW_DLLPUBLIC rtl::Reference<SwXBookmark> createFieldmark();
SW_DLLPUBLIC rtl::Reference<SwXTextSection> createTextSection();
+ SW_DLLPUBLIC rtl::Reference<SwXTextField> createFieldAnnotation();
};
class SwXLinkTargetSupplier final : public cppu::WeakImplHelper